|
|
Browse by Tags
All Tags » indexes
Showing page 1 of 2 (19 total posts)
-
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] ...
-
Let me start by saying that the contents of this post is not very advanced. If you have read the excellent paper ''Batch Compilation, Recompilation, and Plan Caching Issues in SQL Server 2005'', http://www.microsoft.com/technet/prodtechnol/sql/2005/recomp.mspx and understood it, you would already know below, and much more...
I was reading a ...
-
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 ...
-
Is it quicker and/or lower overhead to insert into a heap vs. a clustered table?I don't know. So I decided to do a test. Some background information first:
The test was inspired from a sidebar with Gert-Jan Strik in the open newsgroups. Basically I expressed that a heap doesn't automatically carry lower overhead... just because it is a heap. Now, ...
-
I got some more feedback (see yesterday's blog post on this) which I now incorporated into sp_indexinfo. See change log at bottom of the article for details.
http://www.karaszi.com/SQLServer/util_sp_indexinfo.asp
Share this post: email it! | bookmark it! | digg it! | reddit! | kick it! | live it!
-
(See my initial blog post for general information about this proc.)
I just updated sp_indexinfo a bit:
I added the schema name as a new column in the output of the first resultset.
I added an optional second resultset with missing index information. This information is obviously drawn from the missing index dynamic management views. ...
-
I am. I find myself endlessly hunting for index information when working against the various SQL Servers I come in contact with. And, sure, the information is there. You just need to go and get it. This generally means that I start with sp_helpindex. Then some SELECT from sys.indexes. Then some more against sys.partitions and sys.allocation units ...
-
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 ...
1
|
|
|