Please help me to backup my database from sqlexpress.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There are a few options that you can use:
Using Sql Management Studio you can simply back up the database through the GUI there.
You can automate backups for SQL Express using a combination of this tool,
ExpressMaint
and by using either user fired SQL Commands, or the sqlcmd command line interface, you can schedule the tasks however you want.
Another tool that I have used before, for doing remote backups
Sql Backup and FTP
It’s nice because it provides a simple to use GUI for doing local and/or remote backups and scheduling them.
Redgate also provides some options for SQL backup, but I haven’t used them before but I’m sure if they are like the rest of their tools they are great.
Redgate