|
|
-
|
|
Till Date I have been using Red Gate SQL compare tool for Schema comparison for databases.
Just came to know Microsoft Visual Studio2010 also provides an inbuilt tool for Data comparison & Schema Comparison for two databases.
Below are the steps for th...
|
|
-
|
|
RELOG command can be used to convert the performance counters collected in binary format to CSV format. There are many more options available.
relog C:\PerfLogs\Baseline.blg -o C:\PerfLogs\Baseline.csv -f csv...
|
|
-
|
|
**Q:** When starting a "Self Test" or "Game", the popup notification or instructions with the "Ok" or "Start" box will NOT go away once clicked. It remains where it is placed directly over the test or game itself.
**A:** To fix this error you need to s...
|
|
-
|
|
I just learn from [Nakul''s Blog][1] That sp_dboption store procedure is “discontinued” SQl Server 2012
Replacement is the ALTER DATABASE statement, for existing sp_dboption
ALTER DATABASE TestDB SET READ_ONLY
Thank You
[1]: http://beyondr...
|
|
-
|
|
There is five way make Ajax calls with Jquery
load(): Load a piece of html into a container DOM.
$.getJSON(): Load a JSON with GET method.
$.getScript(): Load a JavaScript.
$.get(): Use this if you want to...
|
|
-
|
|
I just surfing on net i found link for UI updates cumming in Visual Studio 11 RC....
|
|
-
10 Liked
| 8 Learned
| 11 Comments
|
|
T-SQL's ISNUMERIC() function has a problem. It can falsely interpret non-numeric letters and symbols (such as D, E, and £), and even tabs (CHAR(9)) as numeric.
...
|
|
-
|
|
Few hours before I was checking the special features, fixes, and builds of MS SQL Server. I got a great blog...So interesting....This contains unofficial build chart lists all of the known KB articles, hotfixes and other builds of MS SQL Server 2012, 20...
|
|
-
|
|
ManagementStudio & Visual Studio:
press [Ctrl+KC] to comment code (works also on selected lines), but comment out only whole lines.
press [Ctrl+KU] to uncomment code (works also on selected lines), but comment out only whole lines.
but for VS, at HT...
|
|
-
|
|
I just learn from mvc tutorial That we can comment code in Razor view engine also
This is syntax for comment code
Single line
@* single line comment. *@
Multiline
@*
Line1
Line2
Line3
*@
Thank You...
|
|