How to bring coordination between file system and database?

后端 未结 4 1416
一向
一向 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:38

    An old question I know, but for the benefit of other readers:

    Depending on your operating systems you may be able to use Transactional TxF

    http://msdn.microsoft.com/en-us/magazine/cc163388.aspx

提交回复
热议问题