hi,i wan to backup remote server in local machine
+1
A:
Use UNC Path
Backup database your_db to disk='\\your_sys_name\drive_name\file_name'
Madhivanan
2010-06-15 07:10:48
+1
A:
As Madhivanan states, you could try to run a backup on the remote server, that backups to a local network share. Requirements are:
- The SQL Server Service must run under a domain level account
- The SQL Server Service must have FULL CONTROL access to the network share
- The UNC network path (
\\SERVER\SHARENAME
) should be used, no mapped drive letters
For more information see http://support.microsoft.com/kb/555128
littlegreen
2010-06-15 08:08:23