UninstallCloudServicesVMCostSettingsSnapshotFactResource (Resource)

Element properties:

TypeResource
File NameUninstallCloudServicesVMCostSettingsSnapshotFact.sql
AccessibilityPublic

Source Code:

<Resource ID="UninstallCloudServicesVMCostSettingsSnapshotFactResource" Accessibility="Public" FileName="UninstallCloudServicesVMCostSettingsSnapshotFact.sql"/>

File Content: UninstallCloudServicesVMCostSettingsSnapshotFact.sql

IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = N'TransformCloudServicesVMCostSettingsSnapshotFactProc')

DROP PROCEDURE TransformCloudServicesVMCostSettingsSnapshotFactProc
GO