October 7, 2005 at 5:44 am
I have been asked to look at the data within a number of files with a BCP extension.
According to BOL I should be able to stuff the data into a temporary table however I have no idea what the internal format of the BCP file is in and therefore I cannot create a suitable temporary table.
How do I examine the BCP files?
October 7, 2005 at 6:56 am
If all you have to do is look at the files, why not just open them up with a good text editor?
October 7, 2005 at 7:50 am
I have, but they appear to be in some form of binary format.
October 7, 2005 at 7:54 am
It sounds like the BCP files may have been created in a BCP OUT operation employing the '-n', i.e., native format. If this is the case, then the best way to get a look at the contents would be:
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply