I am attempting to set up a development machine. One of the components is SQL Server 2008 R2.
I log in into the machine as local administrator and then I am trying to use windows authentication to log in into local instance of SQL Server. When I try to change password for sa I get error:
Change password failed for Login 'sa'. (Microsoft.SqlServer.Smo)
Cannot alter the login 'sa', because it does not exist or you do not have permission. (.Net SqlClient Data Provider)
When I attempt to create a regular user. I get error that I don't have permissions to create user.
Create failed for Login 'bob'. (Microsoft.SqlServer.Smo)
User does not have permission to perform this action. (Microsoft SQL Server, Error: 15247)
My understanding was that all I needed to do is to log in as Local Admin in Windows to be able to administer SQL Server.
Please advise how can create users or change sa password.
Thank you