Joekoe_CMS_1.sql
作者:cmscn 日期:2008-03-19
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[joekoe_forum_fir]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[joekoe_forum_fir]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[joekoe_forum_list_main]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[joekoe_forum_list_main]
GO
drop procedure [dbo].[joekoe_forum_fir]
GO
if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[joekoe_forum_list_main]') and OBJECTPROPERTY(id, N'IsProcedure') = 1)
drop procedure [dbo].[joekoe_forum_list_main]
GO