2010年1月29日 星期五

update statistics

update statistics會吃大量的I/O,但不會造成 table lock。
update statistics會重新統計索引的統計資料
在大量delete後,應該需要執行update statistics

ex:
use test_DB
go 


update statistics test_Table
go

沒有留言: