Backup in another computer

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
 
W

Wiktor Zychla

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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top