Groups | Blog | Home
all groups > sql server clients > january 2004 >

sql server clients : error 547


VA
1/30/2004 12:31:20 PM
I got an error 547 INSERT statement conflicted with TABLE
FOREIGN KEY constraint. Please let me know how to resolve
this issue.

Andrew J. Kelly
1/30/2004 3:50:07 PM
The error should be pretty self explanatory. You have a FK conflict which
means you are attempting to insert a row that has a value in a column that
does not meet one of the FK constraints on the table. The error message
should state which table or constraint is conflicting. Check that
constraint and see which value is wrong.

--

Andrew J. Kelly
SQL Server MVP


[quoted text, click to view]

AddThis Social Bookmark Button