What is the difference between login and a user?
Answer Posted / peter jacob
A login defines access privillege to the SQL Server. A user
defines the accessible objects and rights the login has.
Is This Answer Correct ? | 18 Yes | 4 No |
Post New Answer View All Answers
How to create a user to access a database in ms sql server using "create user" statements?
How to get a list all databases on the sql server?
What stored by the msdb? : sql server database administration
Explain about builtinadministrator?
Do you know the different ddl commands in sql?
Explain indexes disadvantages?
Explain boyce and codd normal form(bcnf)?
What are .mdf files?
What is a group function explain with an example?
What is nested transaction?
What happens when converting big values to integers?
Which table keeps information about stored procedures?
What does null mean?
Explain throw statement in sql server 2008?
How to transfer data from a cursor to variables with a "fetch" statement?