2012-11-01
1,916 reads
2012-11-01
1,916 reads
2012-09-12
2,365 reads
2011-12-12
1,904 reads
2011-11-01
1,957 reads
2011-08-01
2,535 reads
How can I change the collation of SQL Server 2008? Learn how in this short tutorial.
2011-03-15
6,972 reads
In this article, learn about the risks of changing server collation as well as how to go about making this change.
2010-09-20
15,386 reads
This script changes the collation of columns to default database collation in all the tables
2010-09-02 (first published: 2010-09-01)
2,176 reads
2010-05-25
3,453 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