IF EXISTS (SELECT * FROM sysobjects WHERE type = 'P' AND name = 'Microsoft_SystemCenter_Omonline_OutsideIn_VSWebTest_LastPerformanceSampleValueAndTimeGet' AND UID = SCHEMA_ID('SDK'))
BEGIN
DROP PROCEDURE [SDK].[Microsoft_SystemCenter_Omonline_OutsideIn_VSWebTest_LastPerformanceSampleValueAndTimeGet]
END