Viewing 15 posts - 1 through 15 (of 27 total)
If it works for you then you have diced onions.
best,
February 19, 2013 at 7:12 am
There are a thousand ways peal an onion, as long as in the end you have diced onion.
I would add an sp_recompile of the table after the reindex. This...
February 19, 2013 at 6:53 am
So you are getting way down into the heart of SQL Server internals here. I'd love to have a reference to where I can read about this. But,...
January 21, 2013 at 9:15 am
As per BOL...
"Clustered indexes sort and store the data rows in the table based on their key values. There can only be one clustered index per table, because the data...
January 21, 2013 at 8:40 am
I am going to relate this topic to a development and writing of a book as most people at one time or another have thought about writing a book.
When initially...
January 21, 2013 at 7:07 am
I am going to relate this topic to a development and writing of a book as most people at one time or another have thought about writing a book.
When initially...
January 21, 2013 at 7:03 am
This was an excellently written article. It makes a point to both technical and non-technical people. I have read the replies and have to say, as with cats...
October 2, 2009 at 8:28 am
Thanks,
Actually we have multiple servers some of which have 2000 and others with 2005. I accidently tried running this from a 2000 site while the help I was using was...
February 17, 2006 at 2:56 pm
In Server management Studio under the server you want to run your query from... open each tree until you find "Linked Servers." Add the second server as a linked server. ...
December 27, 2005 at 11:48 am
I found it on my own.
Ctrl/0 assigns a null to a column but you must leave the record before the <NULL> shows up in the column.
Thanks anyway.
August 25, 2005 at 7:52 am
Mike:
I was out Thursday and Friday. I just read your e-mail. When I get a chance I will load the utility and try it. As I have just done I...
March 28, 2005 at 7:59 am
Thanks! I'd like that. Mt e-mail address is below.
And if I find it useful so may hundreds of others. There are sites where you can place a bit of code and...
March 23, 2005 at 11:20 am
C R:
I am using SQL Server 2000. I have recreated the procedure and it works just fine with one exception. The output is a structured storage file and in SQL...
March 23, 2005 at 10:07 am
C R:
I couldn't find a stored procedure call sp_SaveDTS or sp__SaveDTS. Is this a stored procedure created from third party software. Can you provide the script for creating the stored procedure......
March 23, 2005 at 8:53 am
I do not have any third party software.
msdb..sysdtspackages contain the actual dts package in the column packagedata. Table Structure follows
name sysname NOT NULL,
id uniqueidentifier NOT NULL,
versionid ...
March 22, 2005 at 12:11 pm
Viewing 15 posts - 1 through 15 (of 27 total)