Viewing 15 posts - 376 through 390 (of 486 total)
ALZDBA,
What I meant with keeping prod relationships was, for reporting purposes, it's not always the best/fastest way to get at the data. We pre-aggregate some data on the way to...
May 29, 2007 at 7:30 am
You didn't say it was a reporting db -- which might have led to the question, Is it necessary to maintain the production relationships in the first place?
May 25, 2007 at 10:26 am
PKs/FKs giving you grief? Seems like a fair trade-off for being able to have faith in one's data...and what's a database without meaning?
As another poster put it above, there's a...
May 25, 2007 at 7:48 am
In response to questions above,
Data comes in nightly, and occasionally on weekends. The distribution of incoming data over a week would be roughly 22% on Mondays through 18% Fridays,...
May 23, 2007 at 8:21 am
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
Viewing 15 posts - 376 through 390 (of 486 total)