2012-11-01
1,909 reads
2012-11-01
1,909 reads
2012-09-12
2,357 reads
2011-12-12
1,898 reads
2011-11-01
1,949 reads
2011-08-01
2,531 reads
How can I change the collation of SQL Server 2008? Learn how in this short tutorial.
2011-03-15
6,957 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,351 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,167 reads
2010-05-25
3,449 reads
Welcome back, my fellow sleuths, to my mystery-inspired blog series! I’m having a ton...
By Steve Jones
This was one of the original values: The facing page has this text: No...
By Chris Yates
For decades, enterprises have thought about data like plumbers think about water: you build...
Comments posted to this topic are about the item Create an HTML Report on...
Hi everyone I have a 1000 plus line query and I am getting an...
Comments posted to this topic are about the item Building a RESTful API with...
What happens when I run this code:
DECLARE @s VARCHAR(1000) = 'apple, pear, peach' SELECT * FROM STRING_SPLIT(@s, ', ')See possible answers