purefreshair
MIS
Hello,
I have an instance where a background service runs on a SQL 2000 server. It has Windows 2003 server standard edition as the OS. The service is part of an app that polls data from another source and stores that data on the SQL database at selected times through out the day.
I have a database integrity check and backup scheduled to run on Saturday mornings. The backup fails to process since the polling service is still running in the background and therefore, still sees an active connection to the database.
Is there any way that I can write and schedule some kind of code/trigger etc. that would stop the service at a scheduled time prior to the backup and then start it at a time after the backup completes?
I have an instance where a background service runs on a SQL 2000 server. It has Windows 2003 server standard edition as the OS. The service is part of an app that polls data from another source and stores that data on the SQL database at selected times through out the day.
I have a database integrity check and backup scheduled to run on Saturday mornings. The backup fails to process since the polling service is still running in the background and therefore, still sees an active connection to the database.
Is there any way that I can write and schedule some kind of code/trigger etc. that would stop the service at a scheduled time prior to the backup and then start it at a time after the backup completes?