I am trying to implement database source control.
the tool I need is to create a separate file for each object in the database, preferably located in folders, for example
stored procedures of the table views function
and it would be great to also delete the results of certain queries in order to track data changes in several configuration tables ...
I wonder if there is already a tool that can handle such things ...
-
just clear a few things ...
I am already using sql delta to handle update scripts ...
I would like to have DB scripts for use with subversion, so I can keep track of which objects were changed with each commit without studying update scripts ...
I am developing a good vb script with SQL Distributed Management Objects (SQL-DMO), I will tell you how this happens ...
What is good about my own solution is that I can also include query outputs or executing a stored procedure, track changes in certain tables, server configuration, database growth, well, whatever I select a text file ...
version-control svn sql-server
opensas
source share