Backup in another computer

  • Thread starter Thread starter Alberto
  • Start date Start date
A

Alberto

I have an application who works with SQL Server 2000 and I'm making backup's
with this sentence:

Backup Database myDB to Disk = path

It works very well when the copy is done in the same machine where the
application is running but it fails when it's done in another machine.

Does somebody how can I solve this?

Thank you very much
 
Backup Database myDB to Disk = path
It works very well when the copy is done in the same machine where the
application is running but it fails when it's done in another machine.

Does somebody how can I solve this?

this should work even when invoked from remote machine but remember that
'path' refers to server's file system.

Wiktor Zychla
 
Back
Top