Posted by Erland Sommarskog on 03/02/06 00:50
Robert (robert.j.sipe@boeing.com) writes:
> Rather than setting by session I would like to configure the DB as read
> uncommitted.
You can set the database read-only to eliminate locking entirely.
But else you can't do it, and that is probably a good thing. Dirty reads
is nothing you should engage in as a matter of routine. Maybe you should
review indexing in your database instead.
--
Erland Sommarskog, SQL Server MVP, esquel@sommarskog.se
Books Online for SQL Server 2005 at
http://www.microsoft.com/technet/prodtechnol/sql/2005/downloads/books.mspx
Books Online for SQL Server 2000 at
http://www.microsoft.com/sql/prodinfo/previousversions/books.mspx
Navigation:
[Reply to this message]
|