Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,6 @@ AS
BEGIN
SET NOCOUNT ON;

ALTER TABLE [hub].[user] NOCHECK CONSTRAINT FK_userTBL_userEmploymentTBL;
ALTER TABLE [elfh].[userEmploymentTBL] NOCHECK CONSTRAINT FK_userEmploymentTBL_userTBL;
ALTER TABLE [hub].[User] NOCHECK CONSTRAINT ALL;

MERGE [hub].[User] AS target
Expand Down Expand Up @@ -65,8 +63,6 @@ BEGIN
source.[regionId], source.[preferredTenantId],4,
source.[CreateDate], source.[AmendUserId], source.[AmendDate], source.[Deleted]
);
ALTER TABLE [hub].[user] NOCHECK CONSTRAINT FK_userTBL_userEmploymentTBL;
ALTER TABLE [elfh].[userEmploymentTBL] NOCHECK CONSTRAINT FK_userEmploymentTBL_userTBL;
ALTER TABLE [hub].[User] CHECK CONSTRAINT ALL;
END
GO
Binary file not shown.
Loading