網頁

2015年12月14日 星期一

MSSQL server學習筆記-Copy table

複製table的資料到另一個table時,要注意primary key那個欄位(或自動遞增)要先去除,若是希望一塊複製過去,則要將啟動Identity insert的功能,指令如:SET IDENTITY_INSERT (table_name) ON

SET IDENTITY_INSERT sometableWithIdentity ON

資料insert完後要再執行OFF

參考網址:
SQL SERVER – Enable Identity Insert – Import Expert Wizard


沒有留言:

張貼留言