Source Control in SQL Server 2014

  • Dear All,

    One of my client wants to implement Source control on their SQL Server 2014 server ; its  a production server.
    Is there any guidance, or any kind of documentation on  where I could get started with ; in order to get a brief introduction on its functionality,its implementation and advantages/ disadvantages.

    Healthy and prompt response would be most appreciative.

    Regards,
    Adil

  • Below are couple links that may get you started on source control in SQL server:
    Link1
    Link2

  • Thanks for sharing the link !! Would get back if any kind of assistance required.

  • Adding production to VCS is usually a bad idea. Your version control might be in flux, and there are potential issues if you end up syncing production with the VCS. Ideally you want to copy the production schema to your VCS, then use a development system that links with your VCS

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply