Try this:
Code:if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[qryIDCount]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[qryIDCount] GO
|
Results 1 to 4 of 4
Hybrid View
|
Click Here to Expand Forum to Full Width |