Click here to Skip to main content
15,910,303 members
Home / Discussions / Database
   

Database

 
GeneralRe: how to use stored procedure argument with like operator Pin
Rami Said Abd Alhalim9-Mar-09 21:43
Rami Said Abd Alhalim9-Mar-09 21:43 
GeneralRe: how to use stored procedure argument with like operator Pin
Colin Angus Mackay10-Mar-09 13:17
Colin Angus Mackay10-Mar-09 13:17 
QuestionSQL search all columns [modified] Pin
Expert Coming7-Mar-09 4:43
Expert Coming7-Mar-09 4:43 
AnswerRe: SQL search all columns Pin
Eddy Vluggen7-Mar-09 4:47
professionalEddy Vluggen7-Mar-09 4:47 
AnswerRe: SQL search all columns Pin
Kschuler9-Mar-09 8:10
Kschuler9-Mar-09 8:10 
QuestionCheck if SQL is doing some king of process Pin
cdpace6-Mar-09 22:17
cdpace6-Mar-09 22:17 
AnswerRe: Check if SQL is doing some king of process Pin
Expert Coming7-Mar-09 4:24
Expert Coming7-Mar-09 4:24 
AnswerRe: Check if SQL is doing some king of process Pin
Colin Angus Mackay7-Mar-09 12:20
Colin Angus Mackay7-Mar-09 12:20 
It depends on what you mean by merge. But at a most basic level SQL Server is designed to be used by multiple users simultaneously.

I suppose if the uploaded data is meant to be uploaded in a specific sequence and the second set of data starts being "merged" before the first then you have a problem. If the data doesn't have that sort of constrant then I don't see there being a problem.

Will the two sets of data being uploaded overlap in anyway? e.g. they both cause the same row to be updated. If that is the case who wins? In other words which update gets retained, and which is overwritten or thrown away? If there is no over lap then there is no problem.

If the two sets of data pertain to only new information that is being added to the database then I don't see any real problem at all.

But, it really all depends on what you mean by "merge"

*Developer Day Scotland - Free community conference
*Colin Angus Mackay's Blog
*Latest Scottish Developers Newsletter


Vogon Building and Loan advise that your planet is at risk if you do not keep up repayments on any mortgage secured upon it. Remember that the force of gravity can go up as well as down.

QuestionServer 08 Execute SQL Pin
enipla6-Mar-09 9:45
enipla6-Mar-09 9:45 
AnswerRe: Server 08 Execute SQL Pin
Colin Angus Mackay7-Mar-09 12:14
Colin Angus Mackay7-Mar-09 12:14 
GeneralRe: Server 08 Execute SQL Pin
enipla10-Mar-09 3:14
enipla10-Mar-09 3:14 
GeneralRe: Server 08 Execute SQL Pin
Colin Angus Mackay10-Mar-09 13:29
Colin Angus Mackay10-Mar-09 13:29 
GeneralRe: Server 08 Execute SQL Pin
enipla11-Mar-09 3:28
enipla11-Mar-09 3:28 
Questionuniting 3 tables Pin
suni_dotnet6-Mar-09 5:28
suni_dotnet6-Mar-09 5:28 
AnswerRe: uniting 3 tables Pin
Colin Angus Mackay7-Mar-09 12:05
Colin Angus Mackay7-Mar-09 12:05 
Questionconditional select statment Pin
Meax5-Mar-09 22:31
Meax5-Mar-09 22:31 
AnswerRe: conditional select statment Pin
J4amieC5-Mar-09 22:42
J4amieC5-Mar-09 22:42 
GeneralRe: conditional select statment Pin
Meax5-Mar-09 23:14
Meax5-Mar-09 23:14 
AnswerRe: conditional select statment Pin
Rupesh Kumar Swami5-Mar-09 22:58
Rupesh Kumar Swami5-Mar-09 22:58 
GeneralRe: conditional select statment Pin
Meax5-Mar-09 23:16
Meax5-Mar-09 23:16 
GeneralRe: conditional select statment Pin
J4amieC6-Mar-09 0:08
J4amieC6-Mar-09 0:08 
GeneralRe: conditional select statment Pin
Luc Pattyn6-Mar-09 0:42
sitebuilderLuc Pattyn6-Mar-09 0:42 
GeneralRe: conditional select statment Pin
Rupesh Kumar Swami6-Mar-09 1:07
Rupesh Kumar Swami6-Mar-09 1:07 
Questionhow to encrypt stored procedure. Pin
Manprit.bagga5-Mar-09 18:10
Manprit.bagga5-Mar-09 18:10 
AnswerRe: how to encrypt stored procedure. Pin
Eddy Vluggen6-Mar-09 0:03
professionalEddy Vluggen6-Mar-09 0:03 

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.