2005-11-22
1,221 reads
2005-11-22
1,221 reads
2005-11-09
1,222 reads
2005-11-01
1,468 reads
2005-10-27
1,265 reads
2005-10-19
1,312 reads
2005-10-13
1,155 reads
2005-10-03
1,119 reads
2005-09-27
1,460 reads
2005-09-21
1,284 reads
2005-09-14
1,365 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