↧
How to Inspect the content of a DATA PAGE or INDEX PAGE ? Tip 6: Sql Server...
In the previous articles “How to find the list of all Pages that belongs to a Table and Index?” and “How to get an Index’s Root Page, Intermediate Pages and Leaf Pages Information?” I have explained...
View ArticleDo we need to include a Clustered Index Column too in a Non-Clustered Index...
Answer to this question is NO, because by default when we create a Non-Clustered Index in Sql Server it adds the Clustered Index Key Column values too in the Non-Clustered Index. Let us understand this...
View ArticleIndexes in Sql Server – Part I
If you need your query to run faster, then you must know about the indexes. In this series of articles on Indexes, I will walk you through Sql Server Indexes with examples and explain how Sql Server...
View Article