Viewing 3 posts - 1 through 4 (of 4 total)
I think it's a combination of explicit and implicit tempDB usage. A while ago, the DBA's showed the developers the magic of using staging tables in their procs, and...
April 13, 2015 at 3:11 am
#1790448
it's pretty much a single purpose database and it has crazy numbers on the write waits on the tempdb and high workfile numbers.
ed
April 12, 2015 at 7:36 pm
#1790415
yeah, I have access to the SP's, so I can see all the tempdb creations. The other tempDB usage (spools, aggregations) may also be a problem.
Ideally, I would like...
April 11, 2015 at 2:39 am
#1790336