With Windows Authentication, how can users be given/denied access to certain tables, given permissions on db objects, etc.?
I see that in syslogins table (SQL Server 2000), there is an isntuser field that is set with domain\username information. Will this table have all windows usernames in this table as users log into Windows?
If logging into an extranet, could the user log in using their windows login/password, then be authenticated with sql server using windows authentication?
Where can I find more thorough documentation on Windows Authentication to SQL Server and some sample database scripts how to work with manipulating user information. Links would be great.
Thanks regards,
Brian
I see that in syslogins table (SQL Server 2000), there is an isntuser field that is set with domain\username information. Will this table have all windows usernames in this table as users log into Windows?
If logging into an extranet, could the user log in using their windows login/password, then be authenticated with sql server using windows authentication?
Where can I find more thorough documentation on Windows Authentication to SQL Server and some sample database scripts how to work with manipulating user information. Links would be great.
Thanks regards,
Brian