|
|
-
|
|
Show table header in each page follow this steps..
1) in the grouping pane, click on the small triangle (Near "Column Groups") and select "Advanced Mode" to show static members.
2) Now select "static" and set **RepeatOnNewPage** to true for repeatin...
|
|
-
|
|
I just learn from Dhananjay blog that we can run a C program in visual studio 2008 onward version I am not sure about earlier version we can run or not ? lets try.......
|
|
-
18 Liked
| 15 Learned
| 3 Comments
|
|
In SQL Server Management Studio, we can select text and press SHIFT+CTRL+U and SHIFT+CTRL+L to change the selected text to upper case and lower case respectively. I have been looking for a similar option in Microsft word and just learned that this can b...
|
|
-
|
|
Haml5 Local storage (DOM storage) is such a nice feature for improve performance of data driven ASP.NET application
Think of HTML5 local storage like browser cookies, but much better. Like cookies, local storage is persistent.
...
|
|
-
|
|
Step:1 Open Visual Studio 2010.
Step 2 – Go to Tools -> Options -> Text Editor -> All Languages. Then, unchecked the Auto list members check-box.
Thank You
Kirti Darji...
|
|
-
20 Liked
| 11 Learned
| 10 Comments
|
|
I have always heard about the terms sargable and non-sargable but never really understood how they help in developing efficient sql code. Here is what I have found out...
Try to avoid WHERE clauses that are non-sargable. The term “sargable” (which is i...
|
|
-
|
|
I did not expect the following code to run:
(((((((SELECT * FROM sys.objects WHERE type = 'U')))))))
But it does, just fine.
I believed that parentheses were only an *expressive* construct and could never stand in place of a *procedural* one. I'm qui...
|
|
-
|
|
Just learned that in SSIS 2008 Script task skips Breakpoints in run in 64 bit environemnt. Goto solution porperties -> Debugging and set Run64bitRuntime to False and the Script task will start debugging....
|
|
-
22 Liked
| 9 Learned
| 12 Comments
|
|
From a disconnected query window, we can connect back to the SQL Server instance from the **Query > Connection > Connect** menu option. This may sound simple, but I found this interesting.
I usually press F5 (or execute button) twice to get connected a...
|
|
-
14 Liked
| 11 Learned
| 3 Comments
|
|
Today I just learn from ABHISHEK DEY Post
If you are working with VS 2010 (any Edition) and cannot open your 2010 solution on VS 2008 then just follow these 3 Steps:
For .sln:
1. Open the solution file in your favorite text editor (ex:...
|
|