• Filestream would be the preferred method if you have to store things within the database. You can store them in a varbinary(max) column, but you have to deal with special code to put stuff into and out of the database. I'd suggest reading up in the documentation on both FileStream and varbinary, then if you have specific questions swing back by.

    "The credit belongs to the man who is actually in the arena, whose face is marred by dust and sweat and blood"
    - Theodore Roosevelt

    Author of:
    SQL Server Execution Plans
    SQL Server Query Performance Tuning