Click here to Skip to main content
15,897,371 members
Home / Discussions / Database
   

Database

 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Luc Pattyn18-Dec-09 6:33
sitebuilderLuc Pattyn18-Dec-09 6:33 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
David Skelly18-Dec-09 4:32
David Skelly18-Dec-09 4:32 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 6:48
Xiangyang Liu 刘向阳18-Dec-09 6:48 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
swjam18-Dec-09 4:37
swjam18-Dec-09 4:37 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
#realJSOP18-Dec-09 4:39
professional#realJSOP18-Dec-09 4:39 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Jörgen Sigvardsson18-Dec-09 4:58
Jörgen Sigvardsson18-Dec-09 4:58 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Steve Westbrook18-Dec-09 4:40
Steve Westbrook18-Dec-09 4:40 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Jörgen Sigvardsson18-Dec-09 4:57
Jörgen Sigvardsson18-Dec-09 4:57 
What exactly are you doing that requires a critical section!? All operations on data within the scope of a transaction is by definition atomic.

If you are trying to execute code of some sort that really doesn't adhere to the rules of MSSQL/ACIDness, such as calling into .NET assemblies, then you'll have to handle synchronization in the .NET assemblies.

However, pay attention to what you're doing. Have you any idea what happens if the SQL engine is blocked by external code, possibly indefinitely, by a dead lock introduced by the external assembly? I have no idea, but I reckon it's bad for apps and database manager... Smile | :)

--
Kein Mitleid Für Die Mehrheit

GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
David Skelly18-Dec-09 6:21
David Skelly18-Dec-09 6:21 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 6:46
Xiangyang Liu 刘向阳18-Dec-09 6:46 
JokeRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Chris Meech18-Dec-09 7:25
Chris Meech18-Dec-09 7:25 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 8:35
Xiangyang Liu 刘向阳18-Dec-09 8:35 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) [modified] Pin
Roger Wright18-Dec-09 6:01
professionalRoger Wright18-Dec-09 6:01 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
David Skelly18-Dec-09 6:23
David Skelly18-Dec-09 6:23 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Roger Wright18-Dec-09 6:38
professionalRoger Wright18-Dec-09 6:38 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Luc Pattyn18-Dec-09 6:43
sitebuilderLuc Pattyn18-Dec-09 6:43 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Roger Wright18-Dec-09 7:09
professionalRoger Wright18-Dec-09 7:09 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 7:00
Xiangyang Liu 刘向阳18-Dec-09 7:00 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Jörgen Sigvardsson18-Dec-09 7:43
Jörgen Sigvardsson18-Dec-09 7:43 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 8:38
Xiangyang Liu 刘向阳18-Dec-09 8:38 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Roger Wright18-Dec-09 9:07
professionalRoger Wright18-Dec-09 9:07 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Roger Wright18-Dec-09 9:06
professionalRoger Wright18-Dec-09 9:06 
QuestionMSSQL USE Pin
MsmVc18-Dec-09 0:24
MsmVc18-Dec-09 0:24 
AnswerRe: MSSQL USE Pin
Niladri_Biswas18-Dec-09 2:59
Niladri_Biswas18-Dec-09 2:59 
GeneralRe: MSSQL USE Pin
MsmVc18-Dec-09 17:09
MsmVc18-Dec-09 17:09 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.