Click here to Skip to main content
15,898,035 members
Home / Discussions / Database
   

Database

 
QuestionDistributed DB Pin
piotr.zielinski19-Dec-09 7:55
piotr.zielinski19-Dec-09 7:55 
AnswerRe: Distributed DB Pin
Eddy Vluggen19-Dec-09 10:20
professionalEddy Vluggen19-Dec-09 10:20 
GeneralRe: Distributed DB Pin
piotr.zielinski19-Dec-09 10:24
piotr.zielinski19-Dec-09 10:24 
GeneralRe: Distributed DB Pin
Eddy Vluggen19-Dec-09 10:56
professionalEddy Vluggen19-Dec-09 10:56 
QuestionHow do I make a transaction an "atomic" operation? (SQL Server 2005) [modified] Pin
Xiangyang Liu 刘向阳18-Dec-09 2:28
Xiangyang Liu 刘向阳18-Dec-09 2:28 
AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Chris Meech18-Dec-09 2:46
Chris Meech18-Dec-09 2:46 
GeneralRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 3:04
Xiangyang Liu 刘向阳18-Dec-09 3:04 
QuestionRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Chris Meech18-Dec-09 3:26
Chris Meech18-Dec-09 3:26 
Is the transaction being executed at the client side or server side(within an sp for example)?

If at the client side, then you're going to need some kind of notification system to coordinate the operation.

If at the server side, then you at least need to put the transaction into a stored procedure or function, but I don't know how you would limit client access to it so that when one client makes a call to it, all other clients block until the first call completes.

Chris Meech
I am Canadian. [heard in a local bar]
In theory there is no difference between theory and practice. In practice there is. [Yogi Berra]

AnswerRe: How do I make a transaction an "atomic" operation? (SQL Server 2005) Pin
Xiangyang Liu 刘向阳18-Dec-09 3:30
Xiangyang Liu 刘向阳18-Dec-09 3:30 
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 
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 

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.