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 |
|
AskSQLTeam
Ask SQLTeam Question
0 Posts |
Posted - 2001-10-05 : 20:27:30
|
| Gururaj writes "Hai,We have exported MS-SQL7 table to a datafile(text file) using BCP utility. The table(TABLE1) exported contains 3 columns like:Table Name : TABLE1 (export)id intrel varcharname varcharTable Name : TABLE2 (import)id intname varcharNow we want to import the datafile to TABLE2. Here its does not contain the column 'rel' IS it possible to import the datafile skipping the column 'rel' using BCP utility ?Any help will be appreciated. Please reply ASAPThanx in advance.regards,Gururaj B.M.(gururao@hotmail.com)" |
|
|
|
|
|