What happens when transaction log is full?
No Answer is Posted For this Question
Be the First to Post Answer
How to sort the query output with order by clauses in ms sql server?
What is the diff between Dynamic queries and static queries
1 Answers CGG, ICS Integrated Computer Solutions,
What is merge statement?
what is victor class
How can you start sql server in different modes?
Is it possible to update the views? If yes, how, if not, why?
How do you persist objects, permissions in tempdb
Explain the difference between HTTP and HTTPS in database?
What is the difference between dataadapter and datareader?
What is triggers and stored procedures?
How to define and use table alias names in ms sql server?
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?