Backup

G

Guy Lapierre

Is there anyway to automate this process instead of having to initiate it
manually?
 
L

Luther

BCM is basically a layer of user interface that calls SQL Server and
asks it to do a backup. You can also call SQL Server through the
command line and ask it to make a backup. Then you can take that
command line and set it in the NT Task Scheduler to run automatically a
specific time every week or what have you.
 
Top