Viewing 4 posts - 1 through 4 (of 4 total)
Can you check whether the SQL Agent startup account has necessary privilages ?
Regards
Fred
June 10, 2003 at 11:03 pm
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...
June 10, 2003 at 10:47 pm
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...
June 10, 2003 at 12:31 am
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...
June 10, 2003 at 12:19 am
Viewing 4 posts - 1 through 4 (of 4 total)