![](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgf2UC2Cd4gXUxdr8mht257NjuXzVv5yR0iqOaMAvYIUBWP8VBCbmMw_s1PYMtig6IhzEcn-npgtBDRW-cAc2-ixu5fpsb3V30qhg2thJvMmSKU1-ZbOoC8Qs2b4xoGZowr2NGuOqhzlQ8/s320/SQL.png)
Now,ceate a Schedule Task to Run the Backup Script
a) Open up Windows Task Scheduler. b) Create a new Task using the wizard, when asked to select a program browse to C:\Program Files\Microsoft SQL Server\100\Tools\binn\SQLCMD.exe
c) There are 2 arguments that need to be set:
-S \SERVER_INSTANCE_NAME -i "PATH_OF_SQLBACKUP_SCRIPT"
where SERVER_INSTANCE_NAME is the name of the instance of SQL server that contains your database e.g. (local) and PATH_OF_SQLBACKUP_SCRIPT is the path of your backup script e.g. "C:\Program Files\Microsoft SQL Server\DatastoreBackup.sql"
d) Adjust the task to run at the desired times.
via-http://srfix.blogspot.in