Foreign Key Constraints may cause cycles or multiple cascade paths [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Foreign key constraint may cause cycles or multiple cascade paths? I am getting the following error while creating the table listed below. Msg 1785, Level 16, State 0, Line 1 Introducing FOREIGN KEY constraint 'FKFacSupervisor' on table 'Faculty' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints. Msg 1750, Level 16, State 0,