August 18, 2015 at 1:01 pm
I hope this is not a stupid question, but how do you set up a backup job in SQL Server 2008 R2 when the agent does not install
I have never worked with SQL Server Express and have not had this problem before. I installed it for a client and cannot create a daily backup
Please let me know if you have any solution to this issue.
Thanks
Jeff
August 18, 2015 at 1:06 pm
you can use Windows Scheduled Tasks to create regular backups for SQL Express.
it's a scripted solution, typically with a bat file that calls sqlcmd.
google points me to a lot of examples:
https://www.google.com/webhp?sourceid=chrome-instant&ion=1&espv=2&ie=UTF-8#q=backup+SQL
Express
Lowell
August 18, 2015 at 3:47 pm
Thank you very much for the information. I will look into it.
Jeff
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply