trigger query ------------------------ INSERT INTO datafile(data) SELECT * FROM OPENROWSET( BULK 'C:\datafile.txt', SINGLE_BLOB) AS x;</pre>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)