I want BCP out binary/BLOB/TEXT data on separate file in Sybase. How can i do this?
Thanks!
You can only BCP at the Table/View level, so if you wish to separate the two, you'll need to create view(s) that contain the data you wish to see, and BCP out of the Views.