Is thre a simple way to automate stopping the SQL Service prior to scheduled external server full tape backups (using ArcServe). Then after Arcserve is done restart the SQL Service.
You can use NET STOP mssqlserver from the command prompt to stop the service. Use NET START mssqlserver to start it.
You can also use the SHUTDOWN command in T-SQL.
Setting the databases in Single User mode doesn't solve the problem because ArcServ only backups files that are not in use. If the SQL Service is running, all database files that are attached are in use.
We prefer to do our backups diffrently. We create backups using the Native SQL backup facility. Then we copy the backup files to tape using ArcServ. We don't make the databases unavailable with this technique. Terry L. Broadbent
FAQ183-874 contains tips for posting questions in these forums.
NOTE: Reference to the FAQ is not directed at any individual.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.