IF EXISTS (SELECT * FROM sys.objects WHERE type = 'P' AND name = 'ProcedureName')
DROP PROCEDURE ProcedureName
GO
No comments:
Post a Comment