INSERT statement conflicted with the FOREIGN KEY constraint - SQL Server

前端 未结 14 1259
-上瘾入骨i
-上瘾入骨i 2020-11-22 11:09

I am getting the following error. Could you please help me?

Msg 547, Level 16, State 0, Line 1
The INSERT statement conflicted with the FOREIGN

14条回答
  •  谎友^
    谎友^ (楼主)
    2020-11-22 11:59

    Parent table data missing causes the problem. In your problem non availability of data in "dbo.Sup_Item_Cat" causes the problem

提交回复
热议问题