积极答复者
从sql server2008复制过来的数据和日志文件,到sql server2014 ,700W条数据,2.5G

问题
答案
-
You can set db to simple recovery mode then rebuild index, shrink log file afterwards. If db is in full recovery mode, have to backup log in scheduled interval. For query performance, you should update statistics in the db after upgrading it from sql2k8.
全部回复
-
You can set db to simple recovery mode then rebuild index, shrink log file afterwards. If db is in full recovery mode, have to backup log in scheduled interval. For query performance, you should update statistics in the db after upgrading it from sql2k8.