I have installed SQL Server 2008 using Windows Authentication in my laptop for my own use. I want to add Sysadmin account/role using SQL Server Login type. I checked this post, but it’s not showing what I need. How can I add the sysadmin account? By right shouldn’t it be the default role/login?
I have installed SQL Server 2008 using Windows Authentication in my laptop for my
Share
sysadminis a server role; it can be applied to any login.When installing SQL Server a login
sais created with this privilege; you can specify the password when you’re installing SQL Server.Or you can create your own login:
This all assumes Mixed-Mode authentication is set up to allow SQL logins. Change Server Authentication Mode.
After comment:
So from the link above to change to Mixed-mode in Management Studio you would:
It should look something like this: