How to bring coordination between file system and database?

后端 未结 4 1417
一向
一向 2021-01-02 12:24

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

4条回答
  •  温柔的废话
    2021-01-02 12:39

    FILESTREAM was introduced in SQL Server 2008 to address this exact problem.

    However, it comes with its own set of implementation challenges.

提交回复
热议问题