News
Type an INSERT statement into the text area, using the following T-SQL code as a guide:INSERT INTO db_table (PDF_field) SELECT * FROM OPENROWSET(BULK 'c:\pdf_files\your_document.pdf', SINGLE_BLOB ...
You can use one of two options to insert CSV files: "Bulk Insert," a command that works from the SQL Server Management Studio, or "bcp utility," which you run from a Windows command line prompt.
Some results have been hidden because they may be inaccessible to you
Show inaccessible results