Should you store your SQL Stored Procedures in Source Control?

前端 未结 17 1561
南方客
南方客 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:04

    Sure you should.

    In MS SQL 2008, you can do it right from Management Studio.

提交回复
热议问题