USEFUL SITES :
Write for Us
AnswerYou are correct in stating that storing BLOB objects in SQL Server is cumbersome. It is also slow.
The most commonly accepted way of managing images for a website is not to store the images in the database, but only to store the URL in the database, and to store the images on a file share that has been made a virtual folder of your web server.