Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2005 Forums
 Transact-SQL (2005)
 convert binary blob data to original data? Help!

Author  Topic 

panthagani
Yak Posting Veteran

58 Posts

Posted - 2009-12-15 : 11:11:01
Hello,

Is there an SQL function or a tool to convert binary blob data into the original file (word doc/excel file/pdf etc...).

Please advise. Thank you!

Background: My application uses a functionality called "Unarchive". This function unarchives one application object from the archive database to the main database. Right now, it appears that two particular application objects are failing to get "unarchived". We are troubleshooting from the app perspective to get to the root cause. However, the information in one of the files (of the application object) is stored as a binary blob in a SQL table. My customer's legal dept wants this info urgently for a case filed in labour court.

yosiasz
Master Smack Fu Yak Hacker

1635 Posts

Posted - 2009-12-15 : 12:25:18
how does the unarchive feature work. is the unarchive code on the front end or sql end? did you google, moogle, bingle for convert blob to string I assume for now. you might have blobism (corruption of blob data)

<><><><><><><><><><><><><><><><><><><><><><><><><>
If you don't have the passion to help people, you have no passion
Go to Top of Page
   

- Advertisement -