ServiceManager.Report.Compliance.ControlManagement.SP.GetControlObjectiveRelatedItems.Uninstall (Resource)

Element properties:

TypeResource
File NameServiceManager.Report.GRC.ControlManagement.SP.GetControlObjectiveRelatedItems.UnInstall.sql
AccessibilityPublic

Source Code:

<Resource ID="ServiceManager.Report.Compliance.ControlManagement.SP.GetControlObjectiveRelatedItems.Uninstall" Accessibility="Public" FileName="ServiceManager.Report.GRC.ControlManagement.SP.GetControlObjectiveRelatedItems.UnInstall.sql"/>

File Content: ServiceManager.Report.GRC.ControlManagement.SP.GetControlObjectiveRelatedItems.UnInstall.sql

/****** Object:  StoredProcedure [dbo].[ServiceManager_Report_GRC_ControlManagement_SP_GetControlObjectiveRelatedItems]    Script Date: 03/25/2010 05:14:38 ******/

IF EXISTS (SELECT * FROM sys.objects WHERE object_id = OBJECT_ID(N'[dbo].[ServiceManager_Report_GRC_ControlManagement_SP_GetControlObjectiveRelatedItems]') AND type in (N'P', N'PC'))
DROP PROCEDURE [dbo].[ServiceManager_Report_GRC_ControlManagement_SP_GetControlObjectiveRelatedItems]
GO