Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

does bcp do binary data?

Status
Not open for further replies.

kaiser18au

Technical User
Joined
Oct 7, 2001
Messages
5
Location
AU
Hi all,

I have set up a bcp process. This is bcping between a SQL65 to SQL7. I noticed that the database has a few image field and binary field. Does bcp copy over binary data also?

I used the following
bcp filename out -c -6 ....

the -c is to say I will be using char type to transfer instead of native format. Would this option copy over binary data?

Also does anyone have any idea how i go about verifying if the database has been transfereed completely and correctly.


Thanks in anticipation.

Kaiser
 
Only my personal choice here as I hate bcp. But I would link the servers and use SQL queries to bring over the data. I always feel I have more control this way and can use Select counts () where necessary to make sure everything is okay.

If this wasn't viable I would then choose to use DTS.

Rick.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top