In contrast, a regular INSERT statement retains the null value instead of inserting a default value. The INSERT ... SELECT * FROM OPENROWSET(BULK...) statement provides the same basic behavior as ...
database_name Is the database name in which the specified table or view resides. If not specified, this is the current database. table_name Is the name of the table or view to bulk import data into.
I've received a new file to import in our database and the *censored* DBA are the other end got creative with the format. he decided to use 0x01 as field delimiters and 0x02,0x0a,0x10 as record ...