摘要:        
--查询当前连接的实例名 select @@servername --察看任何数据库属性 sp_helpdb master --设置单用户模式,同时立即断开所有用户 alter database Northwind set single_user with rollback immediate --    阅读全文
posted @ 2015-01-17 00:04
云雾散人
阅读(367)
评论(0)
推荐(0)
        
Talk is cheap , show me the code!
