Hi GuysI need to do an insert from a txt file into a table in sql server 2005.However the table consists of 6 columns but my txt file has only 5 as I have to specify the other value in the stored procedure.How can I go about doing this?Is there a better way to import a txt file to table other then BULK insert?Thanks
You can use OPENROWSET query...check bol... or check the following... http://www.databasejournal.com/feat...wSource-and-OpenRowSet-in-SQL-Server-2000.htm