|
|
|
|
Browse by Tags
All Tags » SQL Server 2005 » Isolation (RSS)
Sorry, but there are no more tags available to filter with.
-
In the previous parts of this series, I have shown how SQL Server prevents violations of foreign key constraints by silently disabling snapshot isolation. I have also demonstrated how you can use the same technique inside your trigger code, to keep snapshot isolation from damaging your custom integrity rules. Now, in the final part of this series, ...
-
Last month, I showed how snapshot integrity can really mess up your triggers, promised you a workaround, and then went on holiday. Some events in my life kept me from posting the promised workaround for longer than intended, so I hope that you haven’t been holding your breath for it! J
The workaround is actually quite simple. Just ...
-
In the first part of this series, I showed how SQL Server 2005 prevents violation of foreign key constraints when using snapshot isolation by automatically and silently using a less concurrent isolation level. In this part, I’ll show how snapshot isolation can be used to really mess up your data.
I’ll use the same sample tables I did in ...
-
One of the great new features of SQL Server 2005 is the snapshot isolation level. But exactly how safe is that feature? Can you still guarantee your data integrity if you use snapshot isolation level?
With most forms of data integrity, this is not an issue. But with referential integrity, it might be - after all, checking referential ...
|
|
|
|
|