随笔分类 -  数据库

摘要:if DB_ID(N'DATABASENAME') is not nulluse databasename--跳转到指定数据库goif object_id(N'a',N'U') is not nulldrop table ago注:a 是一个表,U代表是数据表类型类似于U的类型代码,如下所示对象类型... 阅读全文
posted @ 2015-01-30 22:43 浮云骑士 阅读(775) 评论(0) 推荐(0)