SQL Server Backup: Test Connectivity With Insufficient Permissions
- 12 Apr 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
SQL Server Backup: Test Connectivity With Insufficient Permissions
- Updated on 12 Apr 2022
- 1 Minute to read
- Print
- DarkLight
- PDF
Article Summary
Share feedback
Thanks for sharing your feedback!
Problem
When testing connectivity to an SQL Server database for backing up, the Test Connectivity feature indicates Insufficient permissions.
Solution
In the Microsoft SQL Server Management Studio, logged in as the database administrator, in the Object Explorer:
- Navigate to instance > Security > NT AUTHORITY\SYSTEM where instance is the SQL Server instance.
- Right-click NT AUTHORITY\SYSTEM and select Properties.
- In the Login Properties window, select Server Roles.
- Check sysadmin.
- Click OK.
Was this article helpful?