2013-05-17 (first published: 2010-09-22)
11,248 reads
2013-05-17 (first published: 2010-09-22)
11,248 reads
2012-02-28 (first published: 2010-10-20)
9,603 reads
2012-02-23 (first published: 2010-10-13)
11,965 reads
2012-02-21 (first published: 2010-10-06)
9,435 reads
2012-02-16 (first published: 2010-09-29)
8,658 reads
2012-02-09 (first published: 2010-09-15)
10,193 reads
2012-02-07 (first published: 2010-09-08)
9,755 reads
2012-02-02 (first published: 2010-09-01)
9,308 reads
2012-01-31 (first published: 2010-08-11)
9,252 reads
2012-01-26 (first published: 2010-08-04)
9,121 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