Reputation: 21
i wan to backup remote server in local machine
Upvotes: 2
Views: 410
Reputation: 7420
As Madhivanan states, you could try to run a backup on the remote server, that backups to a local network share. Requirements are:
\\SERVER\SHARENAME
) should be used, no mapped drive lettersFor more information see http://support.microsoft.com/kb/555128
Upvotes: 2
Reputation: 13700
Use UNC Path
Backup database your_db to disk='\\your_sys_name\drive_name\file_name'
Upvotes: 2