摘要: 库是否存在 if exists(select * from master..sysdatabases where name=N'库名') print 'exists'elseprint 'not exists' -- 判断要创建的表名是否存在 if exists (select * from dbo 阅读全文
posted @ 2016-12-15 11:28 lilijun 阅读(25681) 评论(0) 推荐(2) 编辑