[SQL上課筆記]維護資料庫_Import and Export Data
Import and Export Data
版本及方式
SQL7.0、2000:DTS
SQL2005到SQL2008R2:SSIS、DTS
SQL2012:SSIS
提升轉檔速度
停用index、constraint及trigger
使用TABLELOCK
Recovery model使用simple或Bulk logged
停止不必要的效能浪費
不要使用odbc driver,使用Native client
BCP
作業系統指令(需安裝sql server)
OPENROWSET
適合大量資料匯入