How many nested transaction can possible in sql server?
Answer Posted / naveen singh
three type of
(1)Begin
(2)Rollback
(3)commit
| Is This Answer Correct ? | 11 Yes | 25 No |
Post New Answer View All Answers
What is linked report?
What do you understand by a view? What does the with check option clause for a view do?
What is change data capture (cdc) in sql server 2008?
How to create a simple user defined function in ms sql server?
What are translations and its use? : sql server analysis services, ssas
How can you find out how many rows returned in a cursor?
What is a hint?
Are resultset updatable?
Describe triggers features and limitations?
What stored by the master? : sql server database administration
How to select an exiting database using mssql_select_db()?
What is 2nf in normalization?
What is data compression?
What does this statement do @@rowcount?
What is normalization according to you and explain its different levels?