Skip to content

Instantly share code, notes, and snippets.

@ledsun
Created December 5, 2011 06:50
Show Gist options
  • Save ledsun/1432606 to your computer and use it in GitHub Desktop.
Save ledsun/1432606 to your computer and use it in GitHub Desktop.
SQLServerを経由してファイルコピー
bcp "SELECT * FROM OPENROWSET(BULK N'C:\temp\hoge.jpg', SINGLE_BLOB) as hoge" queryout hoge.jpg -U hogefugaman -n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment