|
sunitabeck
Flowing Fount of Yak Knowledge
5152 Posts |
Posted - 10/16/2012 : 06:55:42
|
Probably the easiest way to do this is using SSIS (or even Import/Export wizard). Right-click on the database name in the object explorer in SSMS, select Tasks -> Export Data and follow through the wizard. Somewhere along the way, you will be asked whether you want to save the package. Choose to save it (either to the server or disk). You can then use SQL Server Agent to schedule this job at your desired time.
If run into difficulties, reply back, or google for SSIS basics or Import/Export Wizard in SQL Server - there are a lot many articles and tutorials. |
 |
|