UninstallEntityRelatesToEntityFactResource (Resource)

Element properties:

TypeResource
File NameUninstallEntityRelatesToEntity.sql
AccessibilityPublic

Source Code:

<Resource ID="UninstallEntityRelatesToEntityFactResource" Accessibility="Public" FileName="UninstallEntityRelatesToEntity.sql"/>

File Content: UninstallEntityRelatesToEntity.sql

IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = N'TransformEntityRelatesToEntityFactProc')

DROP PROCEDURE TransformEntityRelatesToEntityFactProc
GO