Click here to Skip to main content
15,906,335 members
Home / Discussions / Database
   

Database

 
GeneralRe: I need query for the employees who joined a weak ago Pin
Syed Mehroz Alam13-Mar-08 20:01
Syed Mehroz Alam13-Mar-08 20:01 
GeneralRe: I need query for the employees who joined a weak ago Pin
soni uma13-Mar-08 20:27
soni uma13-Mar-08 20:27 
GeneralRe: I need query for the employees who joined a weak ago Pin
Khawar Abbas113-Mar-08 20:40
Khawar Abbas113-Mar-08 20:40 
Generaladd 30 days from a given date Pin
Member 387988113-Mar-08 19:34
Member 387988113-Mar-08 19:34 
GeneralRe: add 30 days from a given date Pin
Syed Mehroz Alam13-Mar-08 19:57
Syed Mehroz Alam13-Mar-08 19:57 
GeneralRe: add 30 days from a given date Pin
Khawar Abbas113-Mar-08 20:12
Khawar Abbas113-Mar-08 20:12 
GeneralRe: add 30 days from a given date Pin
Member 387988113-Mar-08 20:32
Member 387988113-Mar-08 20:32 
QuestionReference integrity on external ID? Pin
Roger Alsing13-Mar-08 11:07
Roger Alsing13-Mar-08 11:07 
Lets say that you get an ID from an external system.
Eg. PersonID
Lets also assume that you need to store local information related to that ID.
eg orders etc.

All those tables with related info would get an FK to PersonID
but there wouldnt be any "direct" data associated with the PersonID.

The result would be that we need a "person table" with only one field: PersonID wich is the PK in order to get true ref integrity between the id and the various related tables.

What does the DB normalization rules say about such cases?
Does it state anything at all?

It feels completely wrong in the sense that its stupid to have an ID that points to nothing.
But feels right in the sense that the child data can point to the root id and all the related tables would have valid FK's and cascades and all that crap would work as it should..

(yes this is very much a problem introduced by SOA)

Ideas?
Right or wrong? options?


GeneralIgnoring SQL Errors Pin
#realJSOP13-Mar-08 10:44
professional#realJSOP13-Mar-08 10:44 
GeneralRe: Ignoring SQL Errors Pin
pmarfleet13-Mar-08 12:07
pmarfleet13-Mar-08 12:07 
GeneralRe: Ignoring SQL Errors Pin
#realJSOP13-Mar-08 12:18
professional#realJSOP13-Mar-08 12:18 
GeneralRe: Ignoring SQL Errors [SOLVED] Pin
#realJSOP13-Mar-08 12:17
professional#realJSOP13-Mar-08 12:17 
GeneralOleDbDataAdapter.Update() slowness Pin
A Wong13-Mar-08 4:45
A Wong13-Mar-08 4:45 
QuestionHow do i get a package variable from within the Data Flow SSIS Pin
ONeil Tomlinson13-Mar-08 2:24
ONeil Tomlinson13-Mar-08 2:24 
GeneralRe: How do i get a package variable from within the Data Flow SSIS Pin
Mark J. Miller13-Mar-08 5:38
Mark J. Miller13-Mar-08 5:38 
GeneralRe: How do i get a package variable from within the Data Flow SSIS Pin
ONeil Tomlinson14-Mar-08 1:11
ONeil Tomlinson14-Mar-08 1:11 
GeneralProblems creating DataTable in .DBF File Pin
Snaider13-Mar-08 1:08
Snaider13-Mar-08 1:08 
GeneralRe: Problems creating DataTable in .DBF File Pin
ChandraRam13-Mar-08 1:46
ChandraRam13-Mar-08 1:46 
QuestionRe: Problems creating DataTable in .DBF File Pin
Snaider13-Mar-08 2:05
Snaider13-Mar-08 2:05 
GeneralRe: Problems creating DataTable in .DBF File Pin
ChandraRam13-Mar-08 2:10
ChandraRam13-Mar-08 2:10 
GeneralRe: Problems creating DataTable in .DBF File Pin
Khawar Abbas113-Mar-08 2:43
Khawar Abbas113-Mar-08 2:43 
GeneralRe: Problems creating DataTable in .DBF File Pin
Snaider13-Mar-08 5:54
Snaider13-Mar-08 5:54 
GeneralRe: Problems creating DataTable in .DBF File Pin
perryf_0013-Mar-08 7:52
perryf_0013-Mar-08 7:52 
Generalbuilding a query for finding a value Pin
laziale12-Mar-08 22:42
laziale12-Mar-08 22:42 
GeneralRe: building a query for finding a value Pin
Colin Angus Mackay12-Mar-08 23:45
Colin Angus Mackay12-Mar-08 23:45 

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.