Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Development - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 3145

Msg 547, Level 16, State 0, Line 1 The INSERT statement conflicted with the FOREIGN KEY constraint "fkInventory_TagAlongs". The conflict occurred in database "sanroqued", table "dbo.Inventory".

$
0
0
[code language="sql"]Insert into Inventory_tagalongs (itemnum, store_id, tagalong_itemnum, quantity)
select itemnum, store_id, tagalong_itemnum, quantity
from tagalonglistsq[/code]


I do not

Viewing all articles
Browse latest Browse all 3145

Trending Articles