Hello Every one,
im new to Development
my question is how to write transactions in C# and SQL and is it good practice to write transactions in C# or SQL
thanks in advance
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Rajeev KumarPosted Mar 7, 2023, 5:43 AM
BEGIN TRAN
TRUNCATE TABLE Employees
ROLLBACK
SELECT * FROM Employees
Santhosh UjPosted Dec 14, 2018, 4:20 AM
Sreekanth ReddyPosted Dec 14, 2018, 4:14 AM
Priyanka SinghPosted Dec 14, 2018, 4:06 AM
Sanwar RanwaPosted Dec 14, 2018, 3:57 AM