02 2017 档案

摘要:-- 全数据库索引重建 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 阅读(144) 评论(0) 推荐(0)