kcoleman


* I was able to configure and install the DB

* I accidentally selected Windows Authentication

Now it won't let me login and keeps giving me an error.

Question: how do i change the authentication type without getting into the db is there something I'm missing





Re: Need to change Authentication type of my first DB in SQL05

Arnie Rowland


The authentication method is Server level, not database level. (Are you able to access the Server -but not a specific database )

IF so, using SSMS, in the Object Explorer pane, right-click on the Server, and then select the [Security] tab. Change the authentication method there.

If you are not able to access the Server using SSMS, it may be just as quick for you to re-install (or) let us know so we can walk you through the process.







Re: Need to change Authentication type of my first DB in SQL05

Vidhya Sagar

Sql service is necessary after changing the authentication mode on server level. Hence do a restart after changing the authentication mode.