Are disabling and enabling foreign key constraints supported in SQL Server? Or is my only option to drop and then re-create
drop
create
Right click the table design and go to Relationships and choose the foreign key on the left-side pane and in the right-side pane, set Enforce foreign key constraint to 'Yes' (to enable foreign key constraints) or 'No' (to disable it).