TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
C# Corner
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
About sql server Transaction
Share
facebook
twitter
linkedIn
Reddit
Topics
No topic found
Content Filter
Articles
Videos
Blogs
News
Complexity Level
Beginner
Intermediate
Advanced
Refine by Author
[Clear]
Christian Del Bianco (1)
Vishal Nayan (1)
John Charles Olamendy (1)
Shivom Agarwal (1)
Rohatash Kumar (1)
Related resources for sql server Transaction
No resource found
Distributed Transactions with Web API across Application Domains
3/28/2020 8:44:01 AM.
Start a transaction from a client application, involving Web API running in different application domains.
Understanding and handling SQL Server Transaction Deadlocks
7/17/2019 3:36:47 AM.
Deadlocks occur when two users have locks on separate objects and each user wants a lock on the other's object.
Distributed Databases in SQL Server
7/10/2019 6:27:35 AM.
In this article, I will cover on distribution of SQL queries where each system manages a single copy of data, and uses distributed transaction mechanisms to access local and remote data.
How to Recover Deleted/truncated and Dropped Data ,objects in SQL Server Using Transaction Log and LSNs
7/5/2019 1:47:54 AM.
This article describes how to recover deleted, truncated and dropped data objects using the transaction log and LSNs in SQL Server.
Performing SQL Server Transaction Using ADO.NET
2/1/2012 12:53:03 AM.
A transaction allows you to execute two or more SQL commands in such a way that if any one of the statements fail, then no other statement will change the database.