Backup SQL to Network Share

By default, SQL Server runs under the Local System account.

If you want to backup the SQL server to a network share, then this account will not have permissions to do so. You'll need to change the SQL Server account to perform such a backup.


The account you create should be an ordinary User account, and have permissions to access the network share.


Stop the SQL service. Go to Start —> Run —> services.msc select MSSQLSERVER. Right click to choose "Properties".

Select the "LogOn" tab.

Select "This account" and provide an account that has rights to access the shared network. Click 'OK.'

Restart SQL Server. Backups should work successfully now.


other Windows Related Tips...