Question
How do I add a Windows account as an MSSQL admin?
Answer
- Open MSSQL Management Studio
- Log in to the database server
- In Object Explorer, expand the entry for your server
- Expand "Security"
- Right-click "Logins" and select "New Login"
- On the "General" page, select "Windows Authentication" and use the "Search" button to find the desired Windows user account
- On the "Server Roles" page, check both "public" and "sysadmin"
- Click "OK"