2011-08-01
2,530 reads
2011-08-01
2,530 reads
How can I change the collation of SQL Server 2008? Learn how in this short tutorial.
2011-03-15
6,936 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,205 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,139 reads
2010-05-25
3,443 reads
This month, I prompted bloggers to discuss whether good enough is perfect. Thank you to all...
By Steve Jones
Recently a customer asked if SQL Compare and SQL Data Compare can be used...
I have an application team that is insisting on daily (and for some, weekly)...
i see this in the definition of a linked server on our wh sql...
Is this even possible ? Tried with grant but to no avail. [sys].[database_role_members] and...
What does this code return in SSMS 20 from SQL Server 2019?
select '|' + CHAR(0)+'abc' + '|';See possible answers