Click here to Skip to main content
15,886,797 members
Home / Discussions / Database
   

Database

 
GeneralRe: Query required Pin
John-ph4-Oct-07 0:41
John-ph4-Oct-07 0:41 
AnswerRe: Query required Pin
Krish - KP4-Oct-07 0:28
Krish - KP4-Oct-07 0:28 
GeneralRe: Query required Pin
John-ph4-Oct-07 0:38
John-ph4-Oct-07 0:38 
AnswerRe: Query required Pin
Paddy Boyd4-Oct-07 0:35
Paddy Boyd4-Oct-07 0:35 
GeneralRe: Query required Pin
John-ph4-Oct-07 0:44
John-ph4-Oct-07 0:44 
GeneralRe: Query required Pin
Paddy Boyd4-Oct-07 0:46
Paddy Boyd4-Oct-07 0:46 
GeneralRe: Query required Pin
veereshIndia4-Oct-07 1:09
veereshIndia4-Oct-07 1:09 
GeneralRe: Query required Pin
Paddy Boyd4-Oct-07 1:14
Paddy Boyd4-Oct-07 1:14 
I can't understand an application that would require this design, it seems fairly fundamentally flawed.

Think about it - if your foreign key fields can't accept nulls and you are trying to insert a record:

1. Try to insert a record into A, fails because corresponding field does not exist in B.

2. Try to insert a corresponding record into B, fails because initial record does not exist in A.

3. Keep trying because it doesn't work.

It seems like you are trying to enforce a one to one relationship between these two tables - why not combine them into a single table?
GeneralRe: Query required Pin
veereshIndia4-Oct-07 1:27
veereshIndia4-Oct-07 1:27 
AnswerRe: Query required Pin
karoitay4-Oct-07 0:52
karoitay4-Oct-07 0:52 
QuestionRemote Connection MSSQL Pin
confusedme3-Oct-07 19:52
confusedme3-Oct-07 19:52 
AnswerRe: Remote Connection MSSQL Pin
Anilkumar K V3-Oct-07 20:18
Anilkumar K V3-Oct-07 20:18 
AnswerRe: Remote Connection MSSQL Pin
Joe3-Oct-07 20:21
Joe3-Oct-07 20:21 
GeneralRe: Remote Connection MSSQL Pin
Anilkumar K V3-Oct-07 22:46
Anilkumar K V3-Oct-07 22:46 
AnswerRe: Remote Connection MSSQL [modified] Pin
Marek Grzenkowicz3-Oct-07 22:13
Marek Grzenkowicz3-Oct-07 22:13 
GeneralRe: Remote Connection MSSQL Pin
Anilkumar K V3-Oct-07 23:31
Anilkumar K V3-Oct-07 23:31 
GeneralRe: Remote Connection MSSQL Pin
Marek Grzenkowicz3-Oct-07 23:47
Marek Grzenkowicz3-Oct-07 23:47 
GeneralRe: Remote Connection MSSQL Pin
confusedme4-Oct-07 0:14
confusedme4-Oct-07 0:14 
GeneralRe: Remote Connection MSSQL Pin
Marek Grzenkowicz4-Oct-07 0:40
Marek Grzenkowicz4-Oct-07 0:40 
GeneralRe: Remote Connection MSSQL Pin
confusedme4-Oct-07 18:35
confusedme4-Oct-07 18:35 
GeneralRe: Remote Connection MSSQL Pin
Marek Grzenkowicz4-Oct-07 22:38
Marek Grzenkowicz4-Oct-07 22:38 
AnswerRe: Remote Connection MSSQL Pin
Joe4-Oct-07 0:51
Joe4-Oct-07 0:51 
GeneralRe: Remote Connection MSSQL [modified] Pin
confusedme4-Oct-07 23:15
confusedme4-Oct-07 23:15 
QuestionGeneral Network Error. Check your network documentation Pin
Mayank Prajapati3-Oct-07 19:29
Mayank Prajapati3-Oct-07 19:29 
QuestionChanging table name to a table variable Pin
MAW303-Oct-07 17:13
MAW303-Oct-07 17:13 

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.