How to backup remote SQL Server database to local drive?
See this MSDN article, for the section on backing up to a network
share,
e.g.:
BACKUP DATABASE YourDatabase
TO DISK = '\\SomeMachine\Backups\YourDatabase.Bak';
See this MSDN article, for the section on backing up to a network
share,
e.g.:
BACKUP DATABASE YourDatabase
TO DISK = '\\SomeMachine\Backups\YourDatabase.Bak';
Created with by BeautyTemplates | Distributed by blogger templates
0 comments