摘要: -- 全数据库索引重建 DECLARE @name varchar(100)DECLARE authors_cursor CURSOR FOR Select [name] from sysobjects where xtype='u' order by idOPEN authors_cursorFE 阅读全文
posted @ 2017-02-21 10:03 chengeng 阅读(139) 评论(0) 推荐(0)