Sduty/MS-SQL

Table copy, insert, update 시 column이 identity column 일경우 Identity 해제

돌멘 2017. 12. 20. 10:06

1. set identity_insert aa on     --  identity colum을 insert 가능하게 설정


insert into aa(NDL_IDX,NDL_DOMAIN,)

select NDL_IDX,NDL_DOMAIN from bb


set identity_insert nm_domain_list off    -- identity column 원 위치 시킴