November 14, 2022 at 3:17 pm
So i am learning how to add new user's that can create and edit db's. This is a screenshot of my personal SSMS but it is failing to change password and defaults to some password shown above.
Tried:
For workstation's SQL server:
How would another user login (such as root) when my workstation has only two logins "BUILTIN users" and "sa"? These came preinstalled. Can he use his windows authentication at start of SSMS to login as root or user with admin privileges?
Note that IT technical support guy doesn't know jack about SQL server or SSMS login.
November 14, 2022 at 4:12 pm
Seems related to your other question: https://www.sqlservercentral.com/forums/topic/assigned-as-guest-when-installed-sql-server-on-workstation.
If his windows login has sysadmin permissions, then yes. If not, then somebody (e.g., IT) has to login as sa to create users & grant permissions.
November 14, 2022 at 4:17 pm
Im trying to do this on my own station first.
i am learning how to add new user'
November 14, 2022 at 6:32 pm
If your Windows Login is a member of the local administrator group, you can start SQL Server in Single User Mode and add your Windows user to the sysadmin server role etc. This means when you start SQL Server in multi-user mode again you will have sysadmin rights. eg
https://www.sqlshack.com/recover-lost-sa-password/
November 18, 2022 at 4:44 pm
Will starting SSMS as administrator enable one to have permissions to add other users?
November 18, 2022 at 4:45 pm
If your Windows Login is a member of the local administrator group, you can start SQL Server in Single User Mode and add your Windows user to the sysadmin server role etc. This means when you start SQL Server in multi-user mode again you will have sysadmin rights. eg
Will starting SSMS as administrator enable one to have permissions to add other users?
Viewing 6 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply