12 月
21
21
SQL SERVER 大量交易 縮小交易紀錄
- 使用with(tablock)
insert into tableA (col1 , col2 , col3) with(tablock)
select col1 , col2 , col3 from tableB - insert 前要把索引停用,等作業完成後再重新啟。
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>
There are no comments.