2011년 8월 25일 목요일

MS-SQL table level backup

export:
bcp "select * from [MyDatabase].dbo.Customer " queryout "Customer.bcp" -N -S localhost -T -E

import:
bcp [MyDatabase].dbo.Customer in "Customer.bcp" -N -S localhost -T -E

댓글 없음:

댓글 쓰기