What is the difference between login and a user?
Answer Posted / prasad
Login is for Entire SQL server Instance,
User is for particular database.
1 login=many users.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is sql server is free?
Other than truncate statement, which other command can by-pass the trigger on the tables?
What is the maximum size of column in sql server?
What do you understand by triggers?
What is the purpose of linked server configuration in sql server?
What are ddl (data definition language) statements for tables in ms sql server?
what is a deadlock? : Sql server database administration
Explain collation?
How to end a stored procedure properly in ms sql server?
How to write a query with a right outer join in ms sql server?
What are the advantages dts has over bcp?
What does it mean to normalize data?
Suggest a method of joining two tables.
How to divide query output into multiple groups with the group by clause in ms sql server?
How to check status of stored procedure in sql server?