What is the advantage of specifying WITH GRANT OPTION in
the GRANT command?
Answers were Sorted based on User's Feedback
Answer / kunal sain
the said user will be eligible to grant the privilege to
other user.
Is This Answer Correct ? | 11 Yes | 0 No |
Answer / soni
the user to whom we give privilege by with grant
option,he/she will also have authority to give privilege
to others.
Is This Answer Correct ? | 10 Yes | 0 No |
Once setting replication, is it potential to own a publisher as sixty four bit sql server and distributor or subscribers as a thirty two bit sql server?
how to get the maximum among two tables,for example table 1 (dep1) have (emp_id,emp_name,salary) columns and table 2 (dept2) have (emp_id,emp_name,salary) columns,i want which employee have the maximum salary among two tables?
What are commonly used odbc functions in php?
What is set nocount on?
could you please reply for these question: 1.About Use Apply? 2.Avoid cursors - When we have a situation that we can not avoid the use of cursor than what is the alternate solution? is there anything we can use instead of cursor to perform the desired task? which optiomize the peroformance too. 3.What is computed columns? Thanks in advance. Regards, Rupesh
Can a stored procedure call itself(recursive). If yes what level and can it be controlled.?
What are types of scd? : sql server analysis services, ssas
Is port 1433 secure?
i have a table student like sname ----- ram ram ram raj raj raj i need the output like sname ----- ram raj ram raj ram raj
Do you know the isolation level that sql server support?
Which table keeps information about stored procedures?
How to use column default values in insert statements in ms sql server?