Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: DTS Package fails when scheduled but runs when manually run

    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.

  • RE: PAGEIOLATCH_SH

    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...

  • RE: Rebuild Index Project

    --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...

Viewing 3 posts - 1 through 3 (of 3 total)