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

Element properties:

TypeResource
File NameServiceManager.Report.GRC.ControlManagement.SP.GetProgramScopeOthers.Uninstall.sql
AccessibilityPublic

Source Code:

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

File Content: ServiceManager.Report.GRC.ControlManagement.SP.GetProgramScopeOthers.Uninstall.sql

/****** Object:  StoredProcedure [dbo].[ServiceManager_Report_GRC_ControlManagement_SP_GetProgramScopeOthers]    Script Date: 03/29/2010 02:08:04 ******/

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