Exposing SQL Server database objects as files in a file system

后端 未结 6 1853
庸人自扰
庸人自扰 2020-12-10 09:24

There\'s more than one file system

Most version control tools operate on the local disk file system.

Database objects for most relational database systems

6条回答
  •  伪装坚强ぢ
    2020-12-10 10:03

    at a very simplistic level you could write a windows service that watches the file system and parses the files in a aprticuler directory and applies them to the db. An simillar mechinsim using the SQL server broker (or just triggers and xp_commandshell) could be used to write the reverse.

提交回复
热议问题