If you’re running SQL Server under the Local System account, it will not have rights to backup the database on a network share. You’ll need to change the SQL Server account to perform such a backup.
Here’s the procedure:
- Stop the SQL service.
- Go to Start?>Run?>services.msc select MSSQLSERVER. Right click to choose ‘Properties.’
- In the tabbed pane, choose ‘LogOn.’
- Select ‘This account.’
- Click ‘OK.’
Provide an account that has rights to access the shared network.
Restart SQL Server, and you will now be able to perform backups to any network share to which the account has sufficient permissions.
Charlie has over a decade of experience in website administration and technology management. As the site admin, he oversees all technical aspects of running a high-traffic online platform, ensuring optimal performance, security, and user experience.























