J
JohnnyAppleseed
I hope I understand your question. To allow access to SQL Server: using
Enterprise Manager.. Security.. Logins.., add new entry for the Windows
Authentication account. Next, for access to a database: drill down on
DbName.. Users.., add a new user entry and associate it with the login
previously created. At this point, also specify the appropriate permissions:
public, data reader, etc. The WA account is now a trusted account on that
SQL Server. They may login using WA account name only.
Enterprise Manager.. Security.. Logins.., add new entry for the Windows
Authentication account. Next, for access to a database: drill down on
DbName.. Users.., add a new user entry and associate it with the login
previously created. At this point, also specify the appropriate permissions:
public, data reader, etc. The WA account is now a trusted account on that
SQL Server. They may login using WA account name only.