0

I need to backup SQL Server database.

Is it possible to do this automatically without human intervention at regular intervals? If so yes then please suggest me how to do it and I'm using SQL Server 2005 Express Edition.

3 Answers 3

4

You'll need this:

http://www.codeplex.com/ExpressMaint

Then you can create a .cmd file to run it and schedule it using Scheduled Tasks. I can't give you an exact command line because your setup will be different from mine, but the docs are here:

http://www.sqldbatips.com/showarticle.asp?ID=27

http://www.sqldbatips.com/showarticle.asp?ID=29

Sign up to request clarification or add additional context in comments.

Comments

1

There's a walkthrough on backing up SQL Server Express here

Comments

0

in sql 2005 scripts templates you will find backup script

from your code run this script in the time you want to backup your database

thats it i guess

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.