• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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