Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Administration (2000)
 SQL server account for Internet user

Author  Topic 

songqh
Starting Member

9 Posts

Posted - 2001-08-13 : 21:03:05
Question:
You need to provide access to the Sales database for internet users who do not have window NT accounts. how can you providr access? (choose all that apply)
A.Add a guest user account to the Sales database, and grant the guest user account the approriate permissions in the Sales database.
B.Create a SQL server login for internet guest access.
C.Add the windows NT Domain users account to the SQL server oublic role in the Sales database.
D.Grand the windows NT Guest account access toSQL server.
Answer: A,D
why ?
I think B is also correct, isn't it ?

   

- Advertisement -