Mega Code Archive
Search
.Net
ASP .Net
ASP .Net Tutorial
C#
C# Book
C# by API
C# Tutorial
VB.Net
VB.Net by API
VB.Net Tutorial
Visual C++ .Net
VisualBasic Script
Java
Java
Java Book
Java by API
Java Tutorial
Script
Flash ActionScript
Flex
JavaScript DHTML
JavaScript Reference
JavaScript Tutorial
Database
MSSQL
MSSQL Tutorial
MySQL
MySQL Tutorial
Oracle PLSQL
Oracle PLSQL Tutorial
PostgreSQL
Languages
Android
C
C Tutorial
C++
C++ Tutorial
Delphi
Perl
PHP
Python
Python Tutorial
Ruby
Silverlight
Office
MSOfficeExcel 2007 Tutorial
MSOfficePowerPoint 2007 Tutorial
MSOfficeWord 2007 Tutorial
Data
XML
XML Tutorial
MSSQL Tutorial
Transaction 22 codes
Home
MSSQL Tutorial
Transaction
1 A script that performs a test before committing the transaction
2 A script with nested transactions
3 A transaction is bound by the ACID test ACID stands for Atomicity, Consistency, Isolation (or Independence), and Durability.tx
4 A transaction with two save points
5 BEGIN TRANSACTION
6 Declare variable in a transaction
7 Effect of exceptions on transactions
8 Exception before transaction committing
9 Explicit Transaction Commands
10 Forcing an exclusive table lock
11 Inserting a Row into MyTable and Rolling Back the Transaction
12 One batch that contains two transactions
13 Returning Number of Open Transactions
14 SET TRANSACTION ISOLATION LEVEL SERIALIZABLE
15 Statements coded as a transaction
16 Syntax for SET TRANSACTION ISOLATION LEVEL
17 Testing transaction isolation levels
18 The savepoint has meaning only inside a nested transaction
19 Transaction spread across batches
20 Using Explicit Transactions
21 Using Transactions
22 What happens with stored proc transactions and exceptions