Comment on PostgreSQL vs. MS SQLparentComments−jongalloway211yUsually storing in filesystem with a reference in database seems to work best. Much easier for database management and backup, and file management as well.The OP doesn't appear to have hear of SQL Server FileStream or FileTables, which handle this abstraction for you: http://msdn.microsoft.com/en-us/library/ff929144.aspx
Comments
Usually storing in filesystem with a reference in database seems to work best. Much easier for database management and backup, and file management as well.
The OP doesn't appear to have hear of SQL Server FileStream or FileTables, which handle this abstraction for you: http://msdn.microsoft.com/en-us/library/ff929144.aspx