Click here to Skip to main content
15,913,910 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Can anyone explain, How the transaction comes from application to database end and what all happens in the sql sevrer side.

What I have tried:

Can anyone explain, How the transaction comes from application to database end and what all happens in the sql sevrer side.
Posted
Updated 21-Nov-17 2:33am
v3

1 solution

See here: SqlTransaction Class (System.Data.SqlClient)[^]
And here: Transactions (Transact-SQL) | Microsoft Docs[^]
The C# class creates the SQL code needed.
 
Share this answer
 
Comments
Dave Kreskowiak 21-Nov-17 9:17am    
That takes an entire chapter in a SQL book to explain. I suggest you pick up a book on SQL Server to find out.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900