rem rename the file from Before_Capture_SQL.txt to Before_Capture_SQL.bat rem Before_Capture_SQL.bat batch file starts just before Acronis rem True Image creates a snapshot. Acronis True Image will create a snapshot rem when the database is suspended and the transactions are finished and saved on rem physical level. The snapshot is usually being created for a few seconds. rem This is a sample command to stop Microsoft SQL Server service net stop "MSSQLSERVER" rem Note, that this batch script is provided for advisory purposes only rem We strongly recommend to check the whole list of MS SQL services running rem in Start - Run - services.msc and add the respective lines to the batch file, i.e. rem net stop "MSSQLSERVEREXPRESS"