又看不懂了,还要请各位帮帮小弟我

又看不懂了,还要请各位帮帮我!又看不懂了,还要请各位帮帮我:ifexists(select*fromdbo.sysobjectswhereido

又看不懂了,还要请各位帮帮我!
又看不懂了,还要请各位帮帮我:
if   exists   (select   *   from   dbo.sysobjects   where   id   =   object_id(N '[dbo].[usp_bjxjh] ')   and   OBJECTPROPERTY(id,   N 'IsProcedure ')   =   1)
drop   procedure   [dbo].[usp_bjxjh]
以上这一句是什么意思啊!


[解决办法]
如果數據庫中存在名為usp_bjxjh的存儲過程,就刪除掉。