Link to home
Start Free TrialLog in
Avatar of mpdillon
mpdillon

asked on

Can SQL 2008 R2 Express be set to make a backup file nightly

We are using SQL 2008 R2 Express to store less than 100 MB of data. Is there a way to set SQL to perform a nightly backup to the hard drive?
thanks,
pat
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

you can use this workaround;

http://www.sqlteam.com/article/scheduling-jobs-in-sql-server-express

or sqlcmd together with windows task scheduler
ASKER CERTIFIED SOLUTION
Avatar of cyberkiwi
cyberkiwi
Flag of New Zealand image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of mpdillon
mpdillon

ASKER

Thanks for writing out the command line. It really helps a novice like me.
pat