Viewing 15 posts - 376 through 390 (of 482 total)
Dave,
Thanks for the input, I'll get back to you next week on this, and have answers to your questions.
P
May 18, 2007 at 6:34 am
Agreed. It was a no-brainer to switch to SQL2K from 6.5.
Apart from the fact that our department mandates that we use supported software on hardware under warranty, I could not...
May 15, 2007 at 9:38 am
I don't know if this is the ravings of a paranoiac, but it explains quite a bit:
May 15, 2007 at 7:34 am
Hmm, DBREINDEX has not changed anything.
Interesting: the app calls a stored proc. The sproc took 40 seconds to run from the app, I cut and pasted the call from Profiler,...
May 14, 2007 at 8:58 am
Saw that, I've been following...Seems that should have worked.
May 11, 2007 at 9:42 am
OK, well it might seem like overkill, but could you get those into a @tmp_table, then do the update, ideally based on the Updated table's PK?
May 11, 2007 at 9:26 am
How many rows are being affected?
Could #temp/@temp tables help?
May 11, 2007 at 9:14 am
Have you put the traces on?
DBCC TRACEON (1204, -1)
DBCC TRACEON (3605, -1)
The -1 writes the output to the SQL Server error logs. From there, you should be able to...
May 10, 2007 at 8:32 am
30,000 tables??? WOW! How on earth does one know what each is for?
One would need a metadata-database just to begin to suspect where to look for anything...
May 7, 2007 at 12:10 pm
Nope, it's had a long run of successful completions.
Using DTS Transfer DB task.
Yes, separate server, no regular restarts.
I will try one of the suggestions above, rebuilding the indexes, rather than...
May 7, 2007 at 9:46 am
I don't see how that would explain the observed behaviour: slows right down on Monday and Tuesday, but not on Wednesday - Friday?
It's the same processes running every night.
May 7, 2007 at 7:45 am
Who said anything about optimizing? I described intermittent behaviour...
May 4, 2007 at 8:44 am
Not sure if any of what follows explains what you're seeing:
Have you looked at the execution plans on each of the boxes? Since prod is timing out, can you try...
May 2, 2007 at 8:05 am
I installed SQL2K on Win2K3 Server SP1 last week, which also had SQL2K5 on it.
Prior to install, I got the message that SQL2K SP2 AND below were not supported, please...
May 2, 2007 at 7:18 am
The other thing is, the function which runs against every row in a query amounts to row by row processing, something that could only be accomplished with a while loop...
April 30, 2007 at 6:44 am
Viewing 15 posts - 376 through 390 (of 482 total)