ROLLBACK a transaction
From: Jeannick (Jeannick_at_discussions.microsoft.com)
Date: 08/27/04
- Next message: Hilaire VERSCHUERE: "VDI and Differential backup"
- Previous message: Gregory A. Larsen: "Re: SQL Server For NExt Loop Equivalent"
- Next in thread: Peter The Spate: "ROLLBACK a transaction"
- Reply: Peter The Spate: "ROLLBACK a transaction"
- Reply: Toby Herring: "Re: ROLLBACK a transaction"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 27 Aug 2004 07:43:02 -0700
I'm reading records from one database to another database, when something
goes wrong i'm doing a rollback. We have to do a rollback of all the records.
Everything is going well, except that the records are locked untill the
commit.
And when a record is locked we can't do a select in this table whitout
nolock.
Table a with 100 records, 1 of these records is locked
" select * from a " fails.
Is there a solution for this whitout changing the select to "......with
(nolock)"
Thanks in advance
- Next message: Hilaire VERSCHUERE: "VDI and Differential backup"
- Previous message: Gregory A. Larsen: "Re: SQL Server For NExt Loop Equivalent"
- Next in thread: Peter The Spate: "ROLLBACK a transaction"
- Reply: Peter The Spate: "ROLLBACK a transaction"
- Reply: Toby Herring: "Re: ROLLBACK a transaction"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|
Loading