Resolutions
There are two methods:
1) Stop the database backup service at the top. Create a batch file to stop and start the service.
e.g.
service_stop.bat
net stop <service name>
– –
service_start.bat
net start <service name>
– –
Schedule — Advanced Options — Script to run before taking the snapshot: service_stop.bat.
Schedule — Advanced Options — Script to run after the snapshot is taken: service_start.bat.
2) Take a cold backup
Begin with a WinPE or Linux-based start environment and perform a cold backup.
(13451074403737)
Comments
0 comments
Article is closed for comments.