Viewing 4 posts - 1 through 4 (of 4 total)
ok - understood, let me change the question slightly
assuming the configuration was set before the reboot -why would this suddenly prevent SQL jobs from scheduling, opening etc..
February 9, 2010 at 7:22 am
The stored procedure looks like this:
PRINT convert(varchar(8), getdate(), 114) + ' - Start'
DBCC DBREINDEX (table1)
DBCC DBREINDEX (table2)
DBCC DBREINDEX (table3)
PRINT convert(varchar(8), getdate(), 114) + ' - Tables 1-3 Completed'
DBCC DBREINDEX (table4)
DBCC...
April 30, 2009 at 6:17 am
Yes - that works no problem
All sorted now
Thanks,
Craig
July 5, 2006 at 2:46 am
Thanks for the response - I couldn't find a way to do it but I'd hoped it would have been possible. Unfortunatley the query is generated from a 3rd party...
July 4, 2006 at 3:01 am
Viewing 4 posts - 1 through 4 (of 4 total)