Hi Guys,I need to design a database for a website that will store logos and documents. My question is, what would be the best way to go about storing the images? Should I use file stream or store the documents and images in the database. Also, if I use image data type with file stream, should I still use varbinary max? In that case would in not be better to just store the image in the database using varbinary max?
↧