获取表信息
摘要: if not exists (select * from dbo.sysobjects where id =object_id(N'[dbo].[tablespaceinfo]') and OBJECTPROPERTY(id,N'IsUserTable') = 1) create table tablespaceinfo --创建结果存储表 (nameinfo varchar(50) , rows...
阅读全文
posted @
2007-03-08 16:37 gamebaby 阅读(36) |
评论 (0) 编辑