Ramon Smits

Tell me your secrets and i'll tell you mine

Browse by Tags

All Tags » Development » Transactions (RSS)
Change mssql isolation level to read uncommitted data
Sometimes you are debugging an application and want to query the database while the database connection still has not committed (or rollbacked) the transaction. So you fire up the query analyzer just to find out that you cannot see the modifications yet...