Using BULK INSERT to populate tables from text files. All work fine, except when inserting into tables with any columns that have a default value applied.<br><br>Take the default off, and it works fine.<br><br>Any ideas what can be done to allow the inserts with the defaults applied?