How do you backup an SQL Server Database to a Network Share?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
migrated from stackoverflow.com Aug 7 '10 at 14:59
|
Assuming that the SQL Server Service you're using has access to the network location, you can see a hands-on example of how to backup to a network share in either of the following, free, videos: This video also provides some information on other options and some caveats about backing up to network shares: |
|||
|
|
|
In order to backup (as part of a schedule SQL Agent Job) to a network share you need to make sure the SQL Server service, and the SQL Server Agent service are running as a Domain account that has access to the destination folder. |
|||
|
|