June 21, 2013 at 7:49 am
How to convert binary file to text file in ssis package and i want to load it into the table.
June 21, 2013 at 8:14 am
June 21, 2013 at 8:19 am
Any kind of binary data which have to convert into text type.
June 21, 2013 at 8:58 am
You cannot convert "any kind" of binary file into text file.
Binary file may contain any type of data in any format.
June 21, 2013 at 9:16 am
text (character) data can be stored in a binary (or varbinary) data column. If its valid ASCII or Unicode encoded text it can be "converted" to char or text using Cast or Convert.
If the data is actually binary (like a pdf or word doc or something like that) you will need to write a program to do it.
The probability of survival is inversely proportional to the angle of arrival.
Viewing 5 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic. Login to reply