SQL Server user creation (Windows & SQL Server authentication) -
i'm new sql server administration. need experts below scenarios:
- how create login windows authentication.
- 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
Post a Comment