Viewing 4 posts - 16 through 20 (of 20 total)
Thanks All.
One more point to add.
Even after restarting the Server/Services does not help. We have to execute this job after that.
Most of the day it is working fine say 28...
February 7, 2011 at 5:07 am
Affected queried.
Queries are large.
Some details of the queries
Using Temp objects,Table variables , cursors, 2-3 levels of nesting. Finally taking data from Jobs table.
I'd suggest optimising those. They don't sound at...
February 7, 2011 at 2:11 am
Thanks Gail.
Please find the information.
namerowsreserveddataindex_sizeunused
JOBS1207018 4301464 KB1235384 KB3042224 KB23856 KB
The tables has 1207018 rows and Using SP_SPACEUSEd , I found the size as above.
Definition:-
SET ANSI_NULLS ON
GO
SET QUOTED_IDENTIFIER...
February 7, 2011 at 1:22 am
Thanks Scary DBA.
I too suspect the Table.It is the max used table. Hence the earlier team has overloaded it with lots of indexes and statistics.
The surprise here is building...
February 6, 2011 at 7:09 am
Viewing 4 posts - 16 through 20 (of 20 total)