I am working on a online file management project. We are storing references on the database (sql server) and files data on the on file system.
We are facing a probl
FILESTREAM was introduced in SQL Server 2008 to address this exact problem.
However, it comes with its own set of implementation challenges.