I'm developing an application that needs to store large images and about 100 image a day about 3 people work on the same application DB (desktop application connected to same db)
any one of theme can view , edit, delete other work which means all of theme can access certain image at once
now the question is what is the best way to store images this big (currently I'm storing the images in a table but i know this eventually will suck)
I'm using sql server 2008