Re: How does one set read-uncommitted on the entire DB?



Robert (robert.j.sipe@xxxxxxxxxx) 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@xxxxxxxxxxxxx

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
.



Relevant Pages

  • Re: Alert in Email !!!
    ... locking behavior to the database engine. ... Most good judgment comes from experience. ... machanism in dept in SQL Server but I can see so many definition, ... Check in Books Online about osql/sqlcmd, ...
    (microsoft.public.sqlserver.clients)
  • Re: Alert in Email !!!
    ... locking behavior to the database engine. ... Most good judgment comes from experience. ... machanism in dept in SQL Server but I can see so many definition, ... Check in Books Online about osql/sqlcmd, ...
    (microsoft.public.sqlserver.clients)
  • Re: Monthly date range substitution
    ... Robert writes: ... Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: Monthly date range substitution
    ... "Erland Sommarskog" wrote in message ... > Robert writes: ... > Erland Sommarskog, SQL Server MVP, esquel@xxxxxxxxxxxxx ... > Books Online for SQL Server 2005 at ...
    (comp.databases.ms-sqlserver)
  • Re: Error 3155- Is there no solution?
    ... You might want to look at all processes that use the Materials table - ... Whatever is creating the conflict is most likely locking the table to ... How could anyone use SQL Server in a useful way if tables ... the end of the day to append any records that weren't already in the main ...
    (microsoft.public.access.externaldata)