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

Element properties:

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

Source Code:

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

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



IF EXISTS (SELECT * FROM sys.procedures WHERE name = N'ServiceManager_Report_ServiceManagement_SP_GetSMServiceGroupData')
BEGIN
DROP PROCEDURE dbo.ServiceManager_Report_ServiceManagement_SP_GetSMServiceGroupData
END
GO