Hi there,
I am getting the error 'The DELETE statement conflicted with the REFERENCE constraint' on trying to delete a record from one of my tables. I understand why I am getting this error message and I have set the on cascade delete for all relationships in the database.
I have also set 'enforce foreign key constraint' to 'No' and still it won't let me delete the record.
There is clearly something missing in my knowledge of how SQL Server 2005 works here, could someone enlighten me please?