rem rename the file from After_Capture_SQl.txt to After_Capture_SQl.bat rem After_Capture_SQL.bat batch file starts just after Acronis rem software creates a partition snapshot. The Acronis True Image will rem create a partition backup, with the respective services started and database running. rem This is sample command to start Microsoft SQL Server net start "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 start "MSSQLSERVEREXPRESS"