Backup SQL Express R2

  • 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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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