On MS SQL Server 2005, I have a table that I want to replace. Many other tables have a Foreign Key reference to this table. Is there a script that I can run to simply roll over all these references from the old table to the new table?
Or am I going to have to go through and specifically drop each of these foreign keys, and write a new key for each one?