if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SPWebCollaboデータ更新]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[SPWebCollaboデータ更新] GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[SPWebCollabo終了]') and OBJECTPROPERTY(id, N'IsProcedure') = 1) drop procedure [dbo].[SPWebCollabo終了] GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[COLLABOLIST]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[COLLABOLIST] GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[TELLIST]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[TELLIST] GO if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[TELOP]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) drop table [dbo].[TELOP] GO