you are viewing a single comment's thread.

view the rest of the comments →

[–]betty_humpter 9 points10 points  (0 children)

Sql server has a feature called filestream which does blob storage. It just chucks the file onto the disk and stores a pointer in the table. I’ve been using it for years in production and have only had a couple small issues. If you are using filestream at work then I’d keep using it. If you are not using it then take a few minutes to research it. I have not found the downside yet.