摘要:
日程管理主表if exists (select * from dbo.sysobjects where id = object_id(N'[dbo].[CRM_Schedule]') and OBJECTPROPERTY(id, N'IsUserTable') = 1)drop table [dbo].[CRM_Schedule]GO if not exists (select * from db... 阅读全文
posted @ 2007-03-07 16:59 hhq80 阅读(429) 评论(0) 推荐(0) 编辑