Forum Replies Created

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

  • RE: DTS job schedule attempt fails (SQL 42000)

    Can you check whether the SQL Agent startup account has necessary privilages ?

    Regards

    Fred

  • RE: log file too big

    If the users can be stopped for 10 minutes, One simple solution is, detatch db and attach it back with only the .mdf file. .ldf will be created with default...

  • RE: Using "Like" or Wildcard

    I have tried this way

    create table xxx ( LEDef_Cd varchar(20))

    insert into xxx values ('DB356')

    insert into xxx values ('40ILTC0007')

    insert into xxx values ('HW442')

    insert into xxx values ('51NWAC000020')

    insert into xxx values...

  • RE: performance problem using Terminal Services

    Hi

    I think the time taken will vary because if the pages are loded in to the memory(Cache) it takes less time. In this case, when you run first time...

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