By using db<>fiddle, you agree to license everything you submit by Creative Commons CC0.
4 rows affected
Msg 547 Level 16 State 0 Line 1
The INSERT statement conflicted with the FOREIGN KEY constraint "FK__Test2__1367E606". The conflict occurred in database "fiddle_ed24026294614e3eb6bd6bfd4a9dadff", table "dbo.Test1".
Msg 547 Level 16 State 0 Line 2
The INSERT statement conflicted with the FOREIGN KEY constraint "FK__Test2__1367E606". The conflict occurred in database "fiddle_ed24026294614e3eb6bd6bfd4a9dadff", table "dbo.Test1".
Msg 3621 Level 0 State 0 Line 1
The statement has been terminated.
Msg 3621 Level 0 State 0 Line 2
The statement has been terminated.
ThingA | ThingB |
---|---|
1 | 3 |
1 | 4 |
2 | 4 |
ThingAVal | ThingBVal | Val |
---|---|---|
1 | 3 | 999 |