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

Database

 
Questionlinked server Pin
rocksonedmond19-Mar-13 5:45
rocksonedmond19-Mar-13 5:45 
SuggestionRe: linked server Pin
Maciej Los19-Mar-13 7:39
mveMaciej Los19-Mar-13 7:39 
AnswerRe: linked server Pin
RedDk22-Mar-13 8:23
RedDk22-Mar-13 8:23 
QuestionThreading and insert/update issues. Pin
mjackson1118-Mar-13 18:06
mjackson1118-Mar-13 18:06 
AnswerRe: Threading and insert/update issues. Pin
Mycroft Holmes18-Mar-13 19:33
professionalMycroft Holmes18-Mar-13 19:33 
GeneralRe: Threading and insert/update issues. Pin
mjackson1119-Mar-13 3:53
mjackson1119-Mar-13 3:53 
AnswerRe: Threading and insert/update issues. Pin
PIEBALDconsult19-Mar-13 4:10
mvePIEBALDconsult19-Mar-13 4:10 
AnswerRe: Threading and insert/update issues. Pin
GuyThiebaut19-Mar-13 5:17
professionalGuyThiebaut19-Mar-13 5:17 
Here's an idea:
Set up a table that is a queue table.
Just insert all the data into this table - no merge needed.

Then you have one process that reads from this table performing merges and deleting the row from the queue once the merge has been performed.

As you are only performing inserts then deletes on the queue I can't see a deadlock occurring on the queue - as the process will be issuing one merge at a time you should avoids deadlocks on your merge table too.
“That which can be asserted without evidence, can be dismissed without evidence.”

― Christopher Hitchens

GeneralRe: Threading and insert/update issues. Pin
mjackson1119-Mar-13 5:58
mjackson1119-Mar-13 5:58 
GeneralRe: Threading and insert/update issues. Pin
GuyThiebaut19-Mar-13 6:07
professionalGuyThiebaut19-Mar-13 6:07 
Questionhow did i add calender to my site Pin
kalula17-Mar-13 14:18
kalula17-Mar-13 14:18 
AnswerRe: how did i add calender to my site Pin
NotPolitcallyCorrect17-Mar-13 14:22
NotPolitcallyCorrect17-Mar-13 14:22 
AnswerRe: how did i add calender to my site Pin
Mycroft Holmes17-Mar-13 19:57
professionalMycroft Holmes17-Mar-13 19:57 
Questionhow did i add calender to my site Pin
kalula17-Mar-13 14:16
kalula17-Mar-13 14:16 
AnswerRe: how did i add calender to my site Pin
thatraja4-Oct-13 20:39
professionalthatraja4-Oct-13 20:39 
QuestionSkeptical about Trigger! Pin
Thiru614-Mar-13 23:10
Thiru614-Mar-13 23:10 
QuestionRe: Skeptical about Trigger! Pin
gvprabu14-Mar-13 23:52
gvprabu14-Mar-13 23:52 
AnswerRe: Skeptical about Trigger! Pin
Thiru615-Mar-13 23:22
Thiru615-Mar-13 23:22 
SuggestionRe: Skeptical about Trigger! Pin
gvprabu17-Mar-13 18:37
gvprabu17-Mar-13 18:37 
GeneralRe: Skeptical about Trigger! Pin
Thiru617-Mar-13 19:16
Thiru617-Mar-13 19:16 
AnswerRe: Skeptical about Trigger! Pin
Mycroft Holmes14-Mar-13 23:58
professionalMycroft Holmes14-Mar-13 23:58 
GeneralRe: Skeptical about Trigger! Pin
Jörgen Andersson15-Mar-13 2:16
professionalJörgen Andersson15-Mar-13 2:16 
GeneralRe: Skeptical about Trigger! Pin
Mycroft Holmes15-Mar-13 13:23
professionalMycroft Holmes15-Mar-13 13:23 
GeneralRe: Skeptical about Trigger! Pin
Jörgen Andersson15-Mar-13 14:09
professionalJörgen Andersson15-Mar-13 14:09 
GeneralRe: Skeptical about Trigger! Pin
Thiru615-Mar-13 23:25
Thiru615-Mar-13 23:25 

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.