Microsoft.Exchange.15.Reports.DWScript.GetPerformanceTop.DropScript (ReportResource)

Element properties:

TypeReportResource
File NameExchange2013_Report_PerformaceTopReportDataGet_Drop.sql
AccessibilityInternal

Source Code:

<ReportResource ID="Microsoft.Exchange.15.Reports.DWScript.GetPerformanceTop.DropScript" FileName="Exchange2013_Report_PerformaceTopReportDataGet_Drop.sql" Accessibility="Internal" HasNullStream="false" MIMEType="application/octet-stream"/>

File Content: Exchange2013_Report_PerformaceTopReportDataGet_Drop.sql

-- ##### Exchange2013_Report_PerformaceTopReportDataGet_Drop.sql

IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'Exchange2013_Report_PerformaceTopReportDataGet' AND uid = SCHEMA_ID('dbo'))
BEGIN
EXECUTE ('DROP PROCEDURE [dbo].[Exchange2013_Report_PerformaceTopReportDataGet]')
END
GO