ファイルをブロブとしてデータベースに入れたい。ファイルはSQLサーバー側ではなく、SQLスクリプトを開始したクライアント上にのみあります。
このようにファイルを開こうとすると
select * from openrowset(BULK, 'E:\Installer\metadata.hwr.de.xml',SINGLE_BLOB) a,
エラーが表示される
Msg 4861, Level 16, State 1, Line 1
Cannot bulk load because the file "E:\Installer\metadata.hwr.de.xml"
could not be opened. Operating system error code 3(The system cannot find the path specified.).
ファイルをサーバーに追加した場合にのみ機能します。これを達成する可能性はありますか?
ありがとう