For a website, what are the pros and cons of putting PDFs in a SQL Server database, versus just storing them in a web server directory?
So far I've only ever put text in a database, but I understand you can also put PDFs, images, etc in there.
I need to store about 1000 PDFs for use in my web...