I want to save images into an sql database, and in my situation the best way to do this is using filestream. The problem is that only images over 2MB are saved to filestream. However my images are smaller than 2MB and I may have around 400000 ages being saved which obviously makes the database large. My question is if there is a way to lower the MB size that is saved the filestream?