Viewing 11 posts - 1 through 11 (of 11 total)
Thanks for the help. This is what I came up with.
declare @minid int, @maxid int, @tofar int -- Minid holder, maxid holder, first null holder
declare @numberList table...
December 13, 2010 at 3:17 pm
John Mitchell-245523 (12/13/2010)
December 13, 2010 at 6:29 am
Thank you for the reply. I forgot one crucial piece of information. This has to run on SQL Server 2000 so the Over syntax, doesn't work...
December 13, 2010 at 6:26 am
Rudy:
Very nice. Hope I never have to use this. Never would have thought of this. Very cool!!
Steve B.:-D
November 3, 2009 at 9:55 am
Thanks for the reply. What about the creation of the SPN at install time.. I suppose that can be taken care of by installing the SQL Server under a local...
November 3, 2006 at 10:54 am
Kathi:
Great Article. Thanks.
I am interested in your login handling job........
"...The way I accomplished this was by adding the accounts and required access start and end dates to a table. My...
January 12, 2006 at 9:52 am
Suresh:
I modified your code to handle strange database names and large databases.
/*********************************************************************************************
Script Name: Sysfiles_Growth.txt
Purpose : Displaying Auto-Growth factors of database files based on SYSFILES.
Created On : October 31, 2005
Author ...
December 8, 2005 at 3:54 pm
>>1) how large is the database ?
250 G
>>2) are you on local diska or a SAN ?
On a big "Array"...but not SAN....<sigh>.
February 28, 2005 at 9:49 am
Sorry about the confusion. Your first thought is what I was getting at, 'striping' a backup.
February 28, 2005 at 9:14 am
Viewing 11 posts - 1 through 11 (of 11 total)