June 9, 2011 at 8:02 am
zaleeu (6/9/2011)
Okay how do I drop all the contraints ?If I try to delete I get
The DELETE statement conflicted with the REFERENCE constraint "FK_ReportLog_Client"
=========================
yep the issue is what i stated before......works great if your FK's have the DELETE CASCADE options in place.
since this is now a test database, i'd script out all foreign keys to drop and recreate, and review them to see which should cascade delete and which should cascade update to null, and then try deleting again.
Lowell
Viewing post 16 (of 15 total)
You must be logged in to reply to this topic. Login to reply