摘要: select * from A_Account EXEC sp_configure 'allow_updates' GO EXEC sp_configure 'allow_updates',0; GO RECONFIGURE WITH OVERRIDE; ... 阅读全文
posted @ 2017-10-11 09:44 梦想(胡大利) 阅读(191) 评论(0) 推荐(0)