Hi,
Ques What is the difference between User Identification and authentication in SQL Server ?
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Kunal NaikPosted Apr 5, 2012, 12:21 AM
User Identification: In virtue of Data base server Identification tries to
find whether you are registered user in the database or not. It applies to whole
database server.
Authentication: It applies for special Privileges for a user in the database.
Like whether a user is authenticated to run system procedures or not. Or whether
he is authenticated to create new users or not.