I have a web application and all of its queries begin with
SET TRANSACTION ISOLATION LEVEL READ UNCOMMITTED
Is there any way to create all connections with this isolation level? Can I implement this to connection pool in web.config or somewehere else?