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
is it important for a database administrator to understand the operating system and file access? : Sql server administration
how will add additional conditions in sql?
Explain features of analysis services?
What number sorts of privileges are accessible in sql?
How to get all stored procedures in sql server?
What is use of except clause?
Why are views required in the sql server or in any other database?
When would you use an insert into .. Select option versus an insert into .. Values option? Give an example of each?
How to encrypt Strored Procedure in SQL SERVER?
How to find table changes in sql server?
What are the 10 characteristics of data quality?
How to select some specific columns from a table in a query in ms sql server?
can SSRS reports Cache results?
You want to check the syntax of a complicated update sql statement without executing it. What command should you use?
What is dml command?