Tables and Clustered Indexes Part 2
A table does not so much 'have' a clustered index as a table 'is' a clustered index.
2013-07-22
6,514 reads
A table does not so much 'have' a clustered index as a table 'is' a clustered index.
2013-07-22
6,514 reads
It is a general best practice to have a clustered index on all of your SQL Server tables. Unfortunately, not everybody knows that. This tip helps you find tables that do not have a clustered index.
2011-10-06
4,921 reads
I’m excited to announce the release of a new open-source project that fully automates...
I’m excited to announce the release of a new open-source project that fully automates...
By Steve Jones
Don’t reserve your kindest praise for a person until their eulogy. Tell them while...
Hi everyone I have a SP which compares two tables and outputs mismatching entries:...
Comments posted to this topic are about the item Learning a New Language
Hi, we have a few people who like to experiment on our prod sql...
If I use DBCC CLONEDATABASE, can I remove some of the information from the copy?
See possible answers