150.

How to enable Multiple Active Result Sets (MARS) in your .NET application?

The MARS feature is disabled by default. It can be enabled by adding the "MultipleActiveResultSets=True" keyword pair to your connection string. "True" is the only valid value for enabling MARS.