|
I am import data in MSSQL from flat file using bcp utility this is my flat file format
0807þPK7557þ50012þÿ0807þPK7557þ50019þÿ0807þPK7557þ50016þÿ
Column delimiter - þ Row Delimiter - ÿ
I want to count no. of column from text file before import the data to match the no. of columns in database.
Please Help Jai
|