• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Backing Up SQL 2005 Express

C

ckissack

Guest
All

I found this article useful for backing up SQL 2005 Express running locally if Plesk Backup doesnt cover it.

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

Also as part of getting it to work Surface Area Config will need to be changed to allow OLE Automation and xp_cmdshell

Regards

Colin
 
you may do backup by osql utility
backup database databasename to disk="path to file"
 
Hi

Thanks for the additional suggestion, but I did a search and can only find OSQL.EXE inside W2003 SP1 sqlrun.cab. It didnt install as part of SQL Express 2005.

Colin
 
This one will be quite enough for everything else:
"http://www.microsoft.com/downloads/details.aspx?familyid=82AFBD59-57A4-455E-A2D6-1D4C98D40F6E&displaylang=en"

John S.G.
 
Back
Top