源码简介: |
企业人事if exists (select * from dbo.sysobjects where id = object_id(N [dbo].[FK_职员奖励表_职员基本信息表] ) and OBJECTPROPERTY(id, N IsForeignKey ) = 1)ALTER TABLE [dbo].[职员奖励表] DROP CONSTRAINT FK_职员奖励表_职员基本信息表GO-Enterprise personnel if exists (select* from dbo.sysobjects where id = object_id (N ' [dbo]. [FK_ staff reward table _ staff basic information table]' ) and OBJECTPROPERTY (id, N' IsForeignKey ' ) = 1) ALTER TABLE [dbo]. [staff reward table] DROP CONSTRAINT FK_ staff incentive table _ staff basic information table GO
|