Viewing 15 posts - 91 through 105 (of 134 total)
Get to the server manager and check on autostartup options. sqlAgent might not have been started. start it and check box for autostartup.
May 7, 2003 at 9:30 am
Since you say that the database schema is not that stable. best option i can think of is to do a daily backup and restore diffrential backup every say 30...
May 5, 2003 at 2:56 pm
Why don't you try after backing up the log, dbcc shrinkfile and see if that works.
May 5, 2003 at 2:49 pm
Each DTS package has a version stored when its run. My guess would be no...you cannot run the same package versions on a single instance sql 2000.
May 5, 2003 at 2:17 pm
Try Swynk.com. There are couple of DTS scripts there and procs as well.
May 5, 2003 at 2:11 pm
Check the work flow of steps which need to be followed after each step is sucessfully executed. There might be some step which did not have the right work flow...
May 5, 2003 at 1:38 pm
U might want to check to see if the version has changed, i.e someone made changes and saved it. Try to run a version that is a week old where...
May 5, 2003 at 1:34 pm
Guess since you did not detach , it might not take the attach . I think u cannot attach if you did not detach the files. Maybe you can...
May 5, 2003 at 1:28 pm
there are couple of ways you can do that:
1. Restart sql server (ruled out i guess)
2. U can run sp_cycle_errorlog, but the number of versions will be 6 only. to...
May 5, 2003 at 1:06 pm
Maybe you can try VISIO 2000. Its also a good tool.
May 5, 2003 at 12:58 pm
if you have clustered indexes with not efficient fillfactor or without a fillfactor, that might also be the reason for slow running of your queries. As you had mentioned the...
May 5, 2003 at 12:29 pm
When you give access to READ|WRITE permissions mean FIXED DB ROLES, by default the user has access to the views you create.
May 5, 2003 at 9:22 am
Same problem on our server as well. Do as Hirenk mentioned.
April 25, 2003 at 3:52 pm
Viewing 15 posts - 91 through 105 (of 134 total)