Viewing 15 posts - 51,721 through 51,735 (of 59,072 total)
DECLARE @EndTime DATETIME
DECLARE @StartTime DATETIME
SET @StartTime = GETDATE()
--... code here to be measured for duration
SET @EndTime = GETDATE()
PRINT...
March 16, 2008 at 9:35 pm
Dunno if it's any of these... see attached... might be DBCC Buffer or DBCC ProcBuf.
March 16, 2008 at 9:16 pm
I found it... it's an article on this forum by a good fellow by the name of David Poole... I had it in my "favorites"...
http://www.sqlservercentral.com/articles/Administering/utilityprocedures/2272/
March 16, 2008 at 9:10 pm
kumar99ms (3/16/2008)
could plz tel me is there another way to find out dead lock
How can i rectify this deadlock
Which situvastion it will occure
Blocking and dead lock which...
March 16, 2008 at 9:05 pm
The fastest method is neither... the fastest method is BULK INSERT. I don't use SSIS or DTS, but rumor has it that SSIS has a "BULK INSERT" object that...
March 16, 2008 at 8:59 pm
Absolutely... I have the steps to do it somewhere but it's been a 1000 years since I've done it... let me look for it...
March 16, 2008 at 8:54 pm
I agree with Sergiy... and, if you use SELECT INTO, you will have about 58 minutes left to ensure the FK's have been correctly instantiated and to do some regression...
March 16, 2008 at 8:46 pm
Lisa Slater Nicholls (3/16/2008)
Before you use any of those that have a self join or correlated subquery that use the ">=" or "<=" or any other inequality method to...
March 16, 2008 at 8:43 pm
Ok, folks... I was operating on some old experiences with correlated sub-queries... Hugo and Barry's posts made me look deeper and, after studying the actual execution plans in both SQL...
March 16, 2008 at 8:36 pm
Hugo Kornelis (3/16/2008)
]
Heh... How often I've been bit by the infamous timeout on this forum... I too have learned to at least do a {CTRL-A}{CTRL-C} before I hit PREVIEW or...
March 16, 2008 at 8:26 pm
anvi (3/16/2008)
This is a top class article: clear, deep and useful.
Thanks for the feedback, Anvi. What's even better than my humble article is what folks have to say in...
March 16, 2008 at 8:15 pm
Great... Barry gets the "A".
March 16, 2008 at 8:08 pm
My bad, Tracey... I said in my post that I was "Running 2k sp3a"... not a real obvious note on my part... sorry and thanks for the idea.
Barry, thanks for...
March 16, 2008 at 9:31 am
Hmm, I tried to swear off "ranting" some years ago, but that doesn't seem to be working out so well... Sorry.
I do understand your passion about it and thanks for...
March 16, 2008 at 9:19 am
DAvid (3/15/2008)
March 16, 2008 at 9:10 am
Viewing 15 posts - 51,721 through 51,735 (of 59,072 total)