Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
gold007_nor
Starting Member
4 Posts |
Posted - 2001-07-25 : 08:58:07
|
| I am using the bulk insert command in sql7 with the purpose to bulk insert a text file "c:\list.txt" into an table "create table head (tekst varchar(5000)not null)". So far so good. The problem is that i want the hole textfile to be inserted into the table head and column tekst row 1. When using the standard bulk insert command the text file gets splitted into houndreds of rows. Do you know how to insert a text file into one table, one column, 1:st row ? Thanks, kenneth! |
|
|
|
|
|