Hello,
I have a sql server database for our organisaiton and the images are saved as Binary in SQL server Database
now the database is heavy we want to remove the Images from database and save it in a directory.
please how can we do that.
Thank you
Hi aliyuusman,
You need to fetch the record from database and loop through each Binary data.
Then convert the Binary data to byte array and save in folder.
Refer below link.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.