What are the components of sql server service broker?
No Answer is Posted For this Question
Be the First to Post Answer
Is the log file is a part of file group?
Which is faster statement or preparedstatement?
What are ddl (data definition language) statements for tables in ms sql server?
What is a document index?
How to enter binary string literals in ms sql server?
how to retrive only second row from table in sql server 2000?
What are the differences between union, intersect, and minus operators?
Which one is faster delete/truncate? Why?
Explain the third normal form(3nf)?
What is an entity-relationship diagram (erd)?
Difference between writing SQL query and stored procedure ?
15 Answers Cognizant, Infosys, TCS, Veritas,
If i have one transaction say mainTransaction, within this mainTransaction i have another two transaction say t1 and t2. Now while execution t1 completes successfully and commit statement fires, but while executing t2 some error occurs and rollback statement fires. What happen to t1, is it rollback or not?