SQL Server user creation (Windows & SQL Server authentication) -


i'm new sql server administration. need experts below scenarios:

  1. how create login windows authentication.
  2. how access database using same login (windows authentication)

if use t-sql can use create login command.

create login [<domainname>\<login_name>] windows 

full syntax here http://technet.microsoft.com/en-us/library/ms189751.aspx

to create login using ssms follow directions msdn - http://technet.microsoft.com/en-us/library/aa337562.aspx#ssmsprocedure

to use given windows authentication have login ssms or other tool computer have signed in specified user, alternative can use run as command start ssms different credentials other own test it.


Comments

Popular posts from this blog

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -

google shop client API returns 400 bad request error while adding an item -