Type | Resource |
File Name | UninstallEntityRelatesToEntity.sql |
Accessibility | Public |
<Resource ID="UninstallEntityRelatesToEntityFactResource" Accessibility="Public" FileName="UninstallEntityRelatesToEntity.sql"/>
IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = N'TransformEntityRelatesToEntityFactProc')
DROP PROCEDURE TransformEntityRelatesToEntityFactProc
GO