|
|
Browse by Tags
All Tags » indexes » SQL Server 2008
-
Well... I think I had had too much tea that morning ;-). But, as always, chatting
with Richard and Greg was great. Here's the specific show link: http://www.runasradio.com/default.aspx?showNum=76.
Oh, and just for the record, I didn't come up with that title. But, I do hope that
all your [high-priority and important] ...
-
I first posted an update to sp_helpindex here.
My version of sp_helpindex was solely to expand what sp_helpindex showed and adds
1 or 2 things based on version: for SQL2005+ it adds included columns and for SQL2008
it also adds the filter predicate. So, there were two versions of sp_helpindex2 depending
on which verison ...
-
YES!!!
OK, well, I guess I should be more specific because as in most things in SQL Server,
the real answer is ''it depends''. And for these two options, it depends mostly on your
SQL Server version. Since SQL Server 7.0, the way that auto update works, has changed
(much so ...
-
OK, so, I don't blog very often. I don't know what it is... I think it's that I feel
like I always need to blog huge posts and the thought of writing my huge post makes
me not want to blog... so, sometimes my time-between-blogging (TBB :) is long. I'm
going to turn over a new leaf (no, really... I'm *really* going to try this ...
-
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... ...
|
|
|