What is the advantage of specifying WITH GRANT OPTION in
the GRANT command?
Answer Posted / kunal sain
the said user will be eligible to grant the privilege to
other user.
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
why would you use sql agent? : Sql server database administration
How to generate random numbers with the rand() function in ms sql server?
What does truncate do?
Explain tables in SQL Azure?
Do you know what are different types of replication in sql server?
How to change a login name in ms sql server?
Can we perform backup restore operation on tempdb?
What is use of except clause?
How to stop a loop early with break statements in ms sql server?
what is package and it uses and how can u call a package
What are partitioned views and distributed partitioned views?
What is the use of nvl work?
Does a specific recovery model need to be used for a replicated database? : sql server replication
OPTIMIZATION OF SP,CURSOR,TRIGGERS
What is store procedure? How do they work? When do you use?