What is the difference between login and a user?
Answer Posted / hameed
Login means authentication to server (access to MSSQLSERVER)
where as User means Login is authenticated with rights and
permissions to access the database objects (roles assigned
to Login)
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
How to sort the query output with order by clauses in ms sql server?
What is index fragmentation in ms sql server?
Can you explain different types of joins?
tell me the disaster recovery plan
How to create an inline table-valued function?
How you can move data or databases between servers and databases in sql server?
What will be the value of @@fetch_status if a row that was a part of the cursor resultset has been deleted from the database after the time the stored procedure that opened the cursor was executed?
How to add an address record into adventureworkslt?
What is difference between stored procedure and user defined function?
How to rebuild master databse?
What do mean by xml datatype?
Tell me about builtinadministrator?
What is always encrypted?
Explain timestamp datatype?
What is history table in sql server?