Hi ng,
we do have a MS-SQL Server in production use which I want to dump its
contents nightly onto a ftp site.
The ftp does not accept anonymous logins; can anyone point me in the
appropiate direction on how to automate this ? The dump is drawn using the
following:
EXECUTE master.dbo.xp_s qlmaint N'-PlanID
D9A8D500-18F8-409A-A7ED-E7BD31E0AC26 -WriteHistory -VrfyBackup -BkUpMedia
DISK -BkUpDB "d:\MSSQL\BACKU P" -DelBkUps 2WEEKS -CrBkSubDir -BkExt "BAK"'
The path in hyphens ( D:\..... ) needs to be replaced with the ftp site
data. ( i. e. someuser@ftpsit e.... ); how do I come up with the right
verbiage ?
jt
we do have a MS-SQL Server in production use which I want to dump its
contents nightly onto a ftp site.
The ftp does not accept anonymous logins; can anyone point me in the
appropiate direction on how to automate this ? The dump is drawn using the
following:
EXECUTE master.dbo.xp_s qlmaint N'-PlanID
D9A8D500-18F8-409A-A7ED-E7BD31E0AC26 -WriteHistory -VrfyBackup -BkUpMedia
DISK -BkUpDB "d:\MSSQL\BACKU P" -DelBkUps 2WEEKS -CrBkSubDir -BkExt "BAK"'
The path in hyphens ( D:\..... ) needs to be replaced with the ftp site
data. ( i. e. someuser@ftpsit e.... ); how do I come up with the right
verbiage ?
jt
Comment