Creating/Configuring Windows authetication in SQL Server:
I got a peculiar query in one of the SQL forum and I wish to write a detailed article on this. In SQL Server, there are 3 types of authentication to enter into your database.
1. Windows authentication. (Will take the in built windows account as an authentication)
2. SQL Server authenticaiton (We need to specify the username and password to enter into the server)
3. Mixed mode authentication (Combination of windows and SQL authentication)
Goto Server Explorer -> Security -> Login ->New Login

Select the "Server Roles", am trying to make this use as sysadmin.
No comments:
Post a Comment