Reply to comment

Alternative for storing many pictures on your FS

Hi, great article, and nice summing up of the pro's and con's of using this approach.

I actually tried to use the file system rather than my SQL Server Express, to save the storage space (express is limited to 4 GB I believe by heart). In this approach you can simply make the filestorage part of your backup routines (in my case I store over 100.000 images in one single file storage). The library I created that does just that can be found on CodeProject; (sources included).

Regards,
Gert-Jan

Reply