Lyrics for “Hold On”
Since I put up the lyrics for “SQL and I Know It”, it only makes sense to continue the tradition...
2011-10-11
527 reads
Since I put up the lyrics for “SQL and I Know It”, it only makes sense to continue the tradition...
2011-10-11
527 reads
Master Data Services provides a way of de-activating entity members using the StgMemberAttribute table as described in Books On Line...
2011-10-11
1,012 reads
Boo! OK, so it really isn’t that scary. But it is that time of year and we happen to have something that could fix something that might be scary....
2011-10-11
8 reads
Boo!
OK, so it really isn’t that scary. But it is that time of year and we happen to have something...
2011-10-11
717 reads
Today was a good day. I posted about the first part of today earlier, and we left off there with...
2011-10-11
517 reads
Hello, SQL Community and PASS Summit attendees!
This is an exciting week for all of us! It's wheels down for so many in...
2011-10-11
748 reads
To clear test data from a database we could use truncate commands but sometimes we need to get rid of...
2011-10-11
40,787 reads
Keeping track of all the versions and editions SQL Server instances can be a daunting task if you don’t have...
2011-10-11
1,247 reads
Reporting Services is one of those tools that just keeps on giving. I’ve been using SSRS since the early beta...
2011-10-11
2,860 reads
The 2012 South Florida Code Camp is scheduled for February 11, 2012 at Nova University in Ft Lauderdale, and the...
2011-10-10
658 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