Guest User

Untitled

a guest
Dec 17th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. IF EXISTS (SELECT * FROM sysobjects WHERE id = object_id(N'[dbo].[GetContentByReference]') AND OBJECTPROPERTY(id, N'IsProcedure') = 1)
  2.   BEGIN
  3.     DROP PROCEDURE dbo.GetContentByReference
  4.     PRINT ('Drop [GetContentByReference]')
  5.   END
Add Comment
Please, Sign In to add comment