About 547,000 results
Open links in new tab
  1. How to do version control for SQL Server database?

    Aug 2, 2008 · It is a good approach to save database scripts into version control with change scripts so that you can upgrade any one database you have. Also you might want to save schemas for different …

  2. How can I put a database under git (version control)?

    May 11, 2009 · The database defaults (for setting up new Projects) is a simple SQL file under version control. For the database schema create a database schema dump under the version control.

  3. How to version control SQL Server databases? - Stack Overflow

    Mar 9, 2016 · After downloading and installing ApexSQL Source Control, simply right-click the database you want to version control and navigate to ApexSQL Source Control sub-menu in SSMS. Click the …

  4. How to version control a record in a database [closed]

    Let's say that I have a record in the database and that both admin and normal users can do updates. Can anyone suggest a good approach/architecture on how to version control every change in this ta...

  5. How to version control SQL Server database with Visual Studio's Git ...

    I have Git Source Control Provider setup and running well. For Visual Studio projects, that is. The problem is that each such project is tightly tied to a SQL Server database. I know how to vers...

  6. Do you use source control for your database items?

    Sep 22, 2008 · The system is flexible, easily customizable, allows for fine-grained control over schema and data changes, and works very well as a best practice for database source control. The part …

  7. Is there a version control system for database structure changes?

    32 I'm a bit old-school, in that I use source files for creating the database. There are actually 2 files - project-database.sql and project-updates.sql - the first for the schema and persistant data, and the …

  8. How do you version your database schema? - Stack Overflow

    If you are still looking for options : have a look at neXtep designer. It is a free GPL database development environment based on the concepts of version control. In the environment you always …

  9. database - How can I perform version control of Procedures, Views, …

    Apr 24, 2019 · 15 I want to do a versioning control of my database. I currently control my front-end applications through git, however I am creating my database and would like to have a versioning of …

  10. Put MySQL database under version control? - Stack Overflow

    Feb 3, 2011 · Note that in December 2012, you had another option: DBV (DataBase Version) It is based on this Github project (stalled in 2018), and is a database version control web application featuring …