 |
SQL SERVER – 2005 – Create Script to Copy Database Schema and All The Objects – Stored Procedure, Fu
To automate this I created two batch files. The first is called backup.bat and the second is call run_backup.bat which helps log the output of the first. Contents of backup.bat: echo off echo %date% %time% backup start for /f “tokens=1-5 delims=/ ” %%d in
blog.sqlauthority.com |
 |