Comments
1 comment
-
Hi, thank you for your forum post.
A support ticket has been created for you, the call reference is #81155, which can be accessed via the Redgate Support Portal (which requires a Redgate ID). Alternatively, send an email to support@red-gate.com quoting Call Reference #81155 and please provide the following so we can help you:
DDL for both the parent (Client) and child (Jobsites) for us to test against.
What type of generator are you using, or are you custom generator?
Many Thanks
Eddie
Add comment
Please sign in to leave a comment.
Client:
ID
100
101
102
103
JobSite
ID Client_ID
1 100
2 102
3 102
4 102
5 103
6 103
As you can see I have no child row in the Jobsite table which corresponds to client row with ID 101
The way it should be is this
JobSite
ID Client_ID
1 100
2 101
3 101
4 102
5 102
6 102
7 103
8 103
So I have at least one child row for each parent row and some parent rows have multiple child rows.