I have large amount of files(approx 80000) stored into sql server database as BLOB
. Now I have a situation where I need to export all those file in blob to IBM Filenet.
For that what I think that first I need to stream those existing blob data into file system and then I will use filenet for uploading those file into filenet server.
Now please help me writing a C# utility which will convert those huge blob data into corresponding files.