January 14, 2013 at 11:30 pm
I want to get the Idea what exactly Index configuration means?
and what exactly is the the size of index pages of non-clustered index and what is the maening of key/value in Indexes?
Thanks in advance
January 15, 2013 at 1:19 am
Index pages are 8kb, like all other pages in SQL.
http://www.sqlservercentral.com/articles/Indexing/68439/
http://www.sqlservercentral.com/articles/Indexing/68563/
http://www.sqlservercentral.com/articles/Indexing/68636/
Gail Shaw
Microsoft Certified Master: SQL Server, MVP, M.Sc (Comp Sci)
SQL In The Wild: Discussions on DB performance with occasional diversions into recoverability
January 15, 2013 at 4:27 am
And for more you can go to the books. SQL Server 2008 Internals by Kalen Delaney is one of my favorites.
"The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
- Theodore Roosevelt
Author of:
SQL Server Execution Plans
SQL Server Query Performance Tuning
January 15, 2013 at 4:34 am
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply