bilbonvidia
Technical User
Is it possible to backup a database to another server using a scheduled job in sql agent? I only seem to be able to back up locally to local drives. Can a unc or network drive be used? what would the script look like?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
backup database Northwind to disk='\\BackupServer\d$\folder\to\backup\location\file.ext'