ServiceManager.Report.ServiceManagement.SP.GetOMGroupContainsComputersMap.Uninstall (Resource)

Element properties:

TypeResource
File NameServiceManager.Report.ServiceManagement.SP.GetOMGroupContainsComputersMap.Uninstall.sql
AccessibilityPublic

Source Code:

<Resource ID="ServiceManager.Report.ServiceManagement.SP.GetOMGroupContainsComputersMap.Uninstall" Accessibility="Public" FileName="ServiceManager.Report.ServiceManagement.SP.GetOMGroupContainsComputersMap.Uninstall.sql"/>

File Content: ServiceManager.Report.ServiceManagement.SP.GetOMGroupContainsComputersMap.Uninstall.sql

IF EXISTS (SELECT * FROM sys.procedures WHERE name = N'ServiceManager_Report_ServiceManagement_SP_GetOMGroupContainsComputersMap')

BEGIN
DROP PROCEDURE dbo.ServiceManager_Report_ServiceManagement_SP_GetOMGroupContainsComputersMap
END
GO