Older Blog Entries
Transactions and Locks
By: Omer Cansizoglu
--- 05/06/2010
Todays topic is TRANSACTION operations. This article will talk about the type of locks, consistency and update operations. If you have large tables, some data modification statements may take time and block others. You will learn how to read data with d[...] Read More