2012-11-01
1,910 reads
2012-11-01
1,910 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,959 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,352 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
Yes, you’re reading that right, we’re going to download a report that cannot be...
By Chris Yates
When Microsoft announced SQL Server 2025, I was curious about what would truly change...
By Steve Jones
Redgate has a research arm, called the Foundry, that has been experimenting with AIs...
Comments posted to this topic are about the item Poor Name Choice
Comments posted to this topic are about the item Getting the Indexed Columns
Comments posted to this topic are about the item T-SQL in SQL Server 2025:...
I run this code on SQL Server 2022 to get a list of all the indexes and their key columns. What is returned?
SELECT
INDEX_COL (N'AdventureWorks2017.Sales.SalesOrderDetail') See possible answers