Hi
I am try to delete som records and i get this, there is no field New_ordredetaljerBase.new_kundeid
and this dos not work..
ALTER TABLE dbo.[New_ordredetaljerBase]
DROP CONSTRAINT new_kundeid
Msg 547, Level 16, State 0, Line 1
The DELETE statement conflicted with the REFERENCE constraint "Contact_New_ordres". The conflict occurred in database "NRGi_MSCRM", table "dbo.New_ordreExtensionBase", column 'new_kundeid'.
The statement has been terminated.
What can i do ?