Source control Archives - {coding}Sight https://codingsight.com/category/database-development/source-control/ Blog for SQL Server DBAs and Developers Fri, 07 Oct 2022 09:11:05 +0000 en-US hourly 1 https://wordpress.org/?v=6.5.2 https://codingsight.com/wp-content/uploads/2021/10/cropped-Soсial_-Fb_180х180-1-32x32.png Source control Archives - {coding}Sight https://codingsight.com/category/database-development/source-control/ 32 32 Git Tips & Best Practices for Beginners https://codingsight.com/git-tips-and-best-practices-for-beginners/ Thu, 28 Jan 2021 08:34:50 +0000 http://codingsight.com/?p=11800 Without a version control system, it’s next to impossible to manage the source code.  You can be a software developer of C, C#, Java, or any other language, but you need version control. The best and one of the most popular version control systems is Git. Git is a free open-source distributed version control system …

The post Git Tips & Best Practices for Beginners appeared first on {coding}Sight.

]]>
Tracking Database Changes Using Working Folder Source Control https://codingsight.com/tracking-database-changes-using-working-folder-source-control/ Tue, 27 Nov 2018 12:25:25 +0000 https://codingsight.com/?p=5726 This article talks about a new method to version control a database using a working folder so that historical changes made to the database can be traced back. Overview Since this article is based on the new approach to source control a database by overcoming the working folder limitation, it is better to get some …

The post Tracking Database Changes Using Working Folder Source Control appeared first on {coding}Sight.

]]>
Using Working Folder to Source Control Database https://codingsight.com/using-working-folder-to-source-control-database/ Mon, 05 Nov 2018 13:00:13 +0000 https://codingsight.com/?p=5498 This article is a walkthrough of how to use the working folder option of source control for managing SQL Server databases. In this article, I am also underlining some of the benefits and limitations of using a working folder as compared to other available options to use with source control. Let us discuss some key …

The post Using Working Folder to Source Control Database appeared first on {coding}Sight.

]]>
Deploying Database from Source Control https://codingsight.com/deploying-database-from-source-control/ Tue, 02 Aug 2016 04:55:30 +0000 http://codingsight.com/?p=73 These days, development teams start new projects from choosing a version control system. There are many benefits of source control systems in coordinating the efforts of the development team. It ensures a complete audit trail of all changes to the code and allows the team to reproduce any specific revision or build. Along with the …

The post Deploying Database from Source Control appeared first on {coding}Sight.

]]>