该为
if exists (select name from sysobjects  where name='收发记录库1' and type='t')
DROP TABLE 考收发记录库1或者
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[收发记录库1]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)
drop table [dbo].[收发记录库1]