By tag: MARS
0
kicks
Multiple Active Result Sets (MARS) – Transactions and Debugging
A follow up on my previous post about MARS.
Here i explain how transactions in MARS work and how to troubleshoot problems that arise.
0
kicks
SQL Server: Multiple Active Result Sets
Multiple Active Result Sets is a new SQL Server 2005 feature that, putting it simply, allows the user to run more than one SQL batch on an open connection at the same time.