|
|
Browse by Tags
All Tags » SQL Server 2008 » indexes
-
OK, I first posted on some of the limitations
to indexes in SQL Server 2005 and 2008 in part one here.
Now, I want to dive into index internals for a post (or two). And, I often get the
question “who is the best audience for your
blog – or, for this post” and well, that’s a bit hard to answer. At SQL
Connections in Orlando, I delivered a ...
-
In my blog post on my new sp_helpindex proc (sp_helpindex2),
I mentioned that the indexes in my sample were not necessarily a recommended set of
indexes - just a test set of indexes. So... in this post, I thought I'd start a series
on indexes, limitations and best practices/uses... Especially, why/how to best choose
when to ...
-
OK -
so this has been frustrating me for many months... when you create indexes with included
columns (which was a new feature of SQL Server 2005), they're not shown by sp_helpindex
or by DBCC SHOW_STATISTICS. I understand this not showing for statistics because included
columns are not factored into the histogram (that's
only the high ...
-
I know that Paul and I recommended that you subscribe to Conor's
blog... but have you? He's posted some great details on Partitioning (Part
1 and Part
2) as well as statistics and
it always reminds me of how much I can learn from other people's perspectives!
And, just to dove-tail on some of his statistics comments... ...
|
|
|