how to roll back
From: pk (pk_at_)
Date: 03/29/04
- Next message: Baisong Wei[MSFT]: "Re: Log Shipping over T1"
- Previous message: Andrew J. Kelly: "Re: Defrag Sql Drives?"
- Next in thread: Greg Linwood: "Re: how to roll back"
- Reply: Greg Linwood: "Re: how to roll back"
- Reply: Wayne Snyder: "Re: how to roll back"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 29 Mar 2004 11:05:00 +0800
is this the only way to do a rollback in SQL2000 ?
Use Query Analyzer, BEGIN TRAN ...... COMMIT TRAN, then ROLLBACK TRAN to
undo the changes. And only applicable for UPDATE & DELETE queries within the
transaction.
just want to understand more how to use rollback and how it works.
tks
pk
- Next message: Baisong Wei[MSFT]: "Re: Log Shipping over T1"
- Previous message: Andrew J. Kelly: "Re: Defrag Sql Drives?"
- Next in thread: Greg Linwood: "Re: how to roll back"
- Reply: Greg Linwood: "Re: how to roll back"
- Reply: Wayne Snyder: "Re: how to roll back"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|