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 |
|
sqlteamForummer
Starting Member
13 Posts |
Posted - 2005-11-22 : 15:50:08
|
| 1)I am trying to Bulk Insert data from a text file into a table based on the Format File. In the data file, how can I successfully begin BULK INSERT only from the second row; the first row is just a heading.2)The colums of data that exist in the text file are separated by uneven spaces. What delimiter should I use in order to make this feasible. Thanks |
|
|
robvolk
Most Valuable Yak
15732 Posts |
Posted - 2005-11-22 : 17:03:00
|
| Please do not cross post:http://www.sqlteam.com/forums/topic.asp?TOPIC_ID=58128 |
 |
|
|
|
|
|