Programming Stigma
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
댓글 없음:
댓글 쓰기
최근 게시물
이전 게시물
홈
피드 구독하기:
댓글 (Atom)
댓글 없음:
댓글 쓰기