Quote:
quote:Originally posted by carumuga
Thanx for the reply.
It would be better to provide some eg in BCP/Bulk Insert so that i can work around the said problem.
Creating a staging table and then splitting is a tedious job, so i would prefer to go for BCP/Bulk Insert.
|
Then, because it is a fixed field format, you MUST create a format file whether you use BCP or BULK INSERT. Please refer to "bcp utility, format files, using format files" in Books Online... there's a bit too much than to write here. It's not difficult, just "bulky".
--Jeff Moden