Click here to Skip to main content
15,907,687 members
Home / Discussions / Database
   

Database

 
GeneralRe: How to mearge local database with server database Pin
GREG_DORIANcod26-Nov-12 5:56
professionalGREG_DORIANcod26-Nov-12 5:56 
AnswerRe: How to mearge local database with server database Pin
Deepak Kr128-Nov-12 1:31
Deepak Kr128-Nov-12 1:31 
RantStupid bloody idiot Pin
Mycroft Holmes18-Nov-12 21:25
professionalMycroft Holmes18-Nov-12 21:25 
GeneralRe: Stupid bloody idiot Pin
J4amieC18-Nov-12 22:39
J4amieC18-Nov-12 22:39 
GeneralRe: Stupid bloody idiot PinPopular
Richard Deeming19-Nov-12 1:46
mveRichard Deeming19-Nov-12 1:46 
GeneralRe: Stupid bloody idiot Pin
Mycroft Holmes19-Nov-12 11:43
professionalMycroft Holmes19-Nov-12 11:43 
Questionlogin with another user faile problem Pin
mhd.sbt18-Nov-12 21:11
mhd.sbt18-Nov-12 21:11 
AnswerRe: login with another user faile problem Pin
Mycroft Holmes18-Nov-12 21:20
professionalMycroft Holmes18-Nov-12 21:20 
AnswerRe: login with another user faile problem Pin
Joy Sinha22-Nov-12 20:02
Joy Sinha22-Nov-12 20:02 
QuestionDATABASE QUESTIOM Pin
Megha Rohilla18-Nov-12 9:34
Megha Rohilla18-Nov-12 9:34 
AnswerRe: DATABASE QUESTIOM Pin
Eddy Vluggen18-Nov-12 11:23
professionalEddy Vluggen18-Nov-12 11:23 
QuestionMS SQL - Tinyint - Default Value Pin
JammoD8716-Nov-12 2:56
JammoD8716-Nov-12 2:56 
AnswerRe: MS SQL - Tinyint - Default Value Pin
J4amieC16-Nov-12 3:08
J4amieC16-Nov-12 3:08 
AnswerRe: MS SQL - Tinyint - Default Value Pin
Mycroft Holmes16-Nov-12 15:11
professionalMycroft Holmes16-Nov-12 15:11 
GeneralRe: MS SQL - Tinyint - Default Value Pin
jschell17-Nov-12 6:29
jschell17-Nov-12 6:29 
GeneralRe: MS SQL - Tinyint - Default Value Pin
Mycroft Holmes17-Nov-12 15:06
professionalMycroft Holmes17-Nov-12 15:06 
AnswerRe: MS SQL - Tinyint - Default Value Pin
JammoD8716-Nov-12 22:30
JammoD8716-Nov-12 22:30 
QuestionStaging Area Pin
Phanindra26115-Nov-12 9:05
Phanindra26115-Nov-12 9:05 
AnswerRe: Staging Area Pin
R. Giskard Reventlov15-Nov-12 9:37
R. Giskard Reventlov15-Nov-12 9:37 
GeneralRe: Staging Area Pin
Phanindra26116-Nov-12 0:14
Phanindra26116-Nov-12 0:14 
GeneralRe: Staging Area Pin
R. Giskard Reventlov16-Nov-12 7:58
R. Giskard Reventlov16-Nov-12 7:58 
No, I said the data was temporarily stored: the tables are a permanent fixture and are used to transition that data before it gets exposed in the production tables. For my purposes it's okay for the tables to reside in the prod database but that might not suit you. There is no reason it can't be a wholly separate database: that's up to you and the requirements.

All of the code is either in stored procedures and/or c#. The usual scenario is that the tables are truncated and (in my case) filtered data is dumped into them and then other processes may work on them and then the data is moved to the primary tables.

Note that this is just how our solution works for us: it may not be right for you. Use anything like this with extreme caution, especially near production data.
"If you think it's expensive to hire a professional to do the job, wait until you hire an amateur." Red Adair.
nils illegitimus carborundum

me, me, me

QuestionRe: Staging Area Pin
Phanindra26116-Nov-12 8:11
Phanindra26116-Nov-12 8:11 
AnswerRe: Staging Area Pin
R. Giskard Reventlov16-Nov-12 8:34
R. Giskard Reventlov16-Nov-12 8:34 
AnswerRe: Staging Area Pin
Mycroft Holmes16-Nov-12 15:20
professionalMycroft Holmes16-Nov-12 15:20 
GeneralRe: Staging Area Pin
S Douglas27-Nov-12 19:38
professionalS Douglas27-Nov-12 19:38 

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.