|
|
-
|
|
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...
|
|
-
|
|
Microsoft is proud to announce that short answer code questions will soon be available in an exam near you. Short answer code questions test your ability to write code that will solve the problem described in the question.
...
|
|
-
|
|
I just accidently learned that, below is the shortcut to change the monitor of Active window.
**Windows Key + Shift + Left( or Right) direction key**...
|
|
-
|
|
Read this in MSDN -
16-bit applications are not supported on 64-bit Windows as there is no 16-bit WOW(Windows On Windows) subsystem. Therefore 16-bit applications will need to be replaced with 32-bit or preferably 64-bit compatible versions. 64-bit Wind...
|
|
-
|
|
To help you move to the cloud, Microsoft is offering a limited time* "Two for One" exam offer. When you purchase and take a qualifying exam at full price between April 11, 2012 and June 30, 2012, you will be emailed a voucher valid for the next version ...
|
|
-
|
|
Within an INSERT/UPDATE trigger, we can use the UPDATE() function to determine where a specific column is part of the updated/inserted column list. For example:
IF UPDATE(CustomerName) BEGIN
PRINT 'Customer name is being updated'
--...
|
|
-
|
|
Go to MSDN profile > Edit my profile > Input URL's of your social network profiles
I just did, [My profile][1]
[1]: http://social.msdn.microsoft.com/Profile/Paras%20Doshi...
|
|
-
|
|
Got an interesting question from colleague, "What is the largest byte measurement?"
From wikipedia, found that largest byte measurement is, "Yotta Byte", 1Yotta Byte = 1024^8Bytes......
|
|
-
|
|
Its Chrismas and New Year holiday time. Both Google & Microsoft seems to be playing same "Let it snow" competition.
1. Go to google.com and search for "Let it snow". Press enter.
2. Go to below URL.
http://ie.microsoft.com/testdrive/p......
|
|
-
|
|
Microsoft SQL Server includes a popular command-prompt utility named BCP for moving data from one table to another, whether on a single server or between servers. The SqlBulkCopy class lets you write managed code solutions that provide similar functiona......
|
|