Discussions Populaires Dans la Communauté DB2/SQL

S'abonner

Questionnez la Communauté


Ask any professional question and get answers from other specialists.

Stream language
Raghvendra Naik Gaonkar's image
La question a été ajoutée par Raghvendra Naik Gaonkar 1st class Tabla Examination
Depuis 11 années

Can we rollback a committed transaction in Transact SQL? How?‎

This might not be possible as a part of DML directly, but can we use SQL logs or some filters or anything in the tables to achieve this?‎

Réponses:
10
Adeptes:
Vues:
2518
Vote Count:
1
La réponse doit contenir un minimum de 25 caractères.
Mohd shahnawaz khan's image
La question a été ajoutée par Mohd shahnawaz khan Associate Project Cognizant Technology Solution
Depuis 11 années
Réponses:
1
Adeptes:
Vues:
111
Vote Count:
0
La réponse doit contenir un minimum de 25 caractères.
Mohamed Gad's image  
La répondre a été ajoutée par  Mohamed Gad, Support Developer, Simpl Group
Depuis 10 années

As mentioned earlier, you cannot rollback a transaction that is committed. However, you may use transaction logs to restore the database to an earlier state. In order to ... Voir Plus

Signaler CV
rakan haddad's image  
La répondre a été ajoutée par  rakan haddad, Oracle and Databse Developer, Takarub Telecommunication Company
Depuis 10 années

No you cant 

Signaler CV
Deepika Kumari's image  
La répondre a été ajoutée par  Deepika Kumari, Software Engineer, Wipro Technologies
Depuis 10 années

It is impossible to rollback after the transaction is commited.

Signaler CV
Ganesh Sampat Abdagire's image  
La répondre a été ajoutée par  Ganesh Sampat Abdagire, Senior .NET Developer, Qatar Islamic Bank
Depuis 10 années

No you can not rollback the tranaction once commited.

Signaler CV
Ashraf Abu Saed's image  
La répondre a été ajoutée par  Ashraf Abu Saed
Depuis 10 années

Yes you can from sysadmin cancel the workflow and then you can use rollback_transaction procedure to delrte transaction using transaction_id

Signaler CV
tariq abbas's image  
La répondre a été ajoutée par  tariq abbas, Professional Services Engineer (Java/Android Developer/Blockchain), NIFT
Depuis 10 années

once commited can't be rolled back .

Signaler CV
Adnan Hamdani's image  
La répondre a été ajoutée par  Adnan Hamdani
Depuis 10 années

You can't rollback any transaction once it is commited. but you need to do backup the database with transaction log. when ever you need to rollback, just restore the ... Voir Plus

Signaler CV
Rajesh K's image  
La répondre a été ajoutée par  Rajesh K, ISP Manager, CENPAC NET INC
Depuis 10 années

Create a snapshot of database, then execute transaction. To undo the transaction, restore from the snapshot

Signaler CV