Welcome to MSDN Blogs Sign in | Join | Help

Browse by Tags

All Tags » Updates » Isolation Levels   (RSS)
Sorry, but there are no more tags available to filter with.

Read Committed and Updates

Let's try an experiment. Begin by creating the following simple schema: create table t1 (a int, b int) create clustered index t1a on t1(a) insert t1 values (1, 1) insert t1 values (2, 2) insert t1 values (3, 3) create table t2 (a int) insert t2 values
Posted by craigfr | 7 Comments
 
Page view tracker