Viewing 3 posts - 1 through 3 (of 3 total)
I have fixed the probloem.
change the Account that START the Agent Service .the defalt user is system.
I change to administrator.
Change the owner of the job to administrator too.
then fixed.
May 10, 2011 at 9:39 pm
I had met the same problem few months ago.
I found that was coused by the BIG sql . just like the update in a huge table ,you may monitor the...
May 21, 2010 at 1:49 am
--descript:cycle all the index in all talbe when then fragment is too big it will built a sql to rebuild or reorganize it
declare @tablename nvarchar(50)
declare @idx_id int,@idx_name nvarchar(50),@idx_fragment float
declare @cmd...
May 21, 2010 at 1:35 am
Viewing 3 posts - 1 through 3 (of 3 total)