Sign in
Florin Lazar - Consistency Checkpoint
Make it simple, robust and scalable
Translate This Page
Translate this page
Powered by
Microsoft® Translator
Tags
clusters
cmd
COM+
comments
contact
DependentTransaction
Enterprise Services
exceptions
feedback
flow propagate transactions System.Transactions
forum
Indigo
Lightweight Transactions
Microsoft Windows
MSDTC
MSDTC Configuration
Orcas WCF WS-AT
PDC
Personal
phase0
Programming
promotable transactions
promotable transactions System.Transactions DTC Inbound Outbound
PSPE
Romania WCF
SQL 2000
System.Data
System.Transactions
TIP WS-AT
Transactional NTFS
Transactions
transactions compensation
TransactionScope
TransactionScope contract
using
Browse by Tags
MSDN Blogs
>
Florin Lazar - Consistency Checkpoint
>
All Tags
>
pspe
Tagged Content List
Blog Post:
Fast transactions with System.Transactions and Microsoft SQL Server 2000
florinlazar
The simplest way to use transactions today with Microsoft SQL Server 2000, using .Net Framework 2.0, is as follows: static void Main(string[] args) { using (TransactionScope ts = new TransactionScope()) { SqlConnection sqlConnection = new SqlConnection("connectionString"); sqlConnection.Open(); SqlCommand...
on
29 Sep 2005
Blog Post:
Writing a resource manager that supports promotable transactions (or Promotable Single Phase Enlistment aka PSPE) in System.Transactions
florinlazar
A key feature that targets performance in System.Transactions is the Promotable Single Phase Enlistment. It allows a durable resource manager (RM) to host and "own" a transaction that can later be promoted to a distributed transaction (or MSDTC transaction) if necessary. This specific resource manager...
on
17 May 2005
Page 1 of 1 (2 items)