• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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