2011-01-05
9 reads
2011-01-05
9 reads
Summary
I get lot of queries from DBA’s asking what is the quickest way to figure out issue on SQL Server....
2011-01-05
1,444 reads
2011-01-05
6 reads
2011-01-05
5 reads
2011-01-05
13 reads
I backed up my machine, copied a bunch of data to both a thumb drive as well as the second...
2011-01-05
900 reads
Finally, after SQL Server 2005 SP3 was released Dec 2008, SP4 is now available for download.
To download visit Microsofts Download...
2011-01-05
666 reads
For those who may not have heard, there is training for SQL Professionals called SQL Cruise. You can find more info here. There is a bit of interesting news...
2011-01-05
5 reads
For those who may not have heard, there is training for SQL Professionals called SQL Cruise. You can find more...
2011-01-05
674 reads
These days, we have a myriad of ways to judge whether any given product – like, say, a book on SQL...
2011-01-05
778 reads
Reading tutorials is fine. Shipping something is better. If you are trying to break...
By Steve Jones
We work hard at Redgate, though with a good work-life balance. One interesting observation...
By Arun Sirpal
Fourth in a series on Ai and databases. What Read-Only Advisory Actually Means A...
Comments posted to this topic are about the item Liability for AI Errors
Hello , I would like to run a stored procedure on a secondary replica...
Comments posted to this topic are about the item Pro SQL Server Internals
I run this command to start SQLCMD:
sqlcmd -S localhost -E -c "proceed"At the prompt, I type this (the 1> and 2> are prompts):
1> select @@version 2> goWhat happens? See possible answers