IF (OBJECT_ID('objectname') IS NOT NULL)
drop proc/table/etc objectname
GO