Hi,
I'm looking to get a text file into SQL Server 6.5. I understand that BCP is the way to do it.
If I have a file that contains the following, what should I be writing in command line to get it to insert into the database.
ColumnA - INT
ColumnB - VARCHAR
ColumnC - VARCHAR
ColumnD - INT
Any help would be great.
Thanks
Delaap
I'm looking to get a text file into SQL Server 6.5. I understand that BCP is the way to do it.
If I have a file that contains the following, what should I be writing in command line to get it to insert into the database.
ColumnA - INT
ColumnB - VARCHAR
ColumnC - VARCHAR
ColumnD - INT
Any help would be great.
Thanks
Delaap