antic
Perch
Here's an idea which will allow direct, full-database backups to be performed at will on MSSSQL servers. This is a service that Jodo could even charge for on a per-db basis - I certainly wouldn't mind paying a few $ monthly (and charging my clients for it of course) to allow direct backups like this!
1. IIS is set up on an sql server, but only accessible internally, to the other web servers on the network.
2. A web app is written simply to trigger a backup on the sql server (using DMO), zip up the resulting file, and deliver it to the client.
3. Clients can call that web app with a XMLHTTP GET call, directly from web server to sql server. At no time is this exposed to the web at large, so it's secure.
The client has to pass the exact sql connection info for security - e.g. [IP of SQL Server]/getbackup.aspx?dbname=xxx&uid=yyy&pwd=zzz then save the zip file which is returned.
Simple realy..
As suggested above, Jodo can offer the service as an optional addon, which is paid for on a per-DB basis.
Unless I write it for them, in which case it's free for me. LOL
1. IIS is set up on an sql server, but only accessible internally, to the other web servers on the network.
2. A web app is written simply to trigger a backup on the sql server (using DMO), zip up the resulting file, and deliver it to the client.
3. Clients can call that web app with a XMLHTTP GET call, directly from web server to sql server. At no time is this exposed to the web at large, so it's secure.
The client has to pass the exact sql connection info for security - e.g. [IP of SQL Server]/getbackup.aspx?dbname=xxx&uid=yyy&pwd=zzz then save the zip file which is returned.
Simple realy..
As suggested above, Jodo can offer the service as an optional addon, which is paid for on a per-DB basis.
Unless I write it for them, in which case it's free for me. LOL