Should you store your SQL Stored Procedures in Source Control?

前端 未结 17 1303
南方客
南方客 2021-02-05 18:33

When developing an application with lots of stored procedures, should you store them in some sort of source versioning system (such as source-safe, TFS, SVN)? If so, why? And is

17条回答
  •  一向
    一向 (楼主)
    2021-02-05 19:00

    SQL procs also surely need the same security/benefits of version control as the rest of the code in the project.

提交回复
热议问题