<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://sqlblog.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Denis Gobo : Version Control</title><link>http://sqlblog.com/blogs/denis_gobo/archive/tags/Version+Control/default.aspx</link><description>Tags: Version Control</description><dc:language>en</dc:language><generator>CommunityServer 2.1 SP2 (Build: 61129.1)</generator><item><title>Should You Get Your Database Under Version Control?</title><link>http://sqlblog.com/blogs/denis_gobo/archive/2008/02/04/4864.aspx</link><pubDate>Mon, 04 Feb 2008 15:34:00 GMT</pubDate><guid isPermaLink="false">21093a07-8b3d-42db-8cbf-3350fcbf5496:4864</guid><dc:creator>Denis Gobo</dc:creator><slash:comments>9</slash:comments><comments>http://sqlblog.com/blogs/denis_gobo/comments/4864.aspx</comments><wfw:commentRss>http://sqlblog.com/blogs/denis_gobo/commentrss.aspx?PostID=4864</wfw:commentRss><wfw:comment>http://sqlblog.com/blogs/denis_gobo/rsscomments.aspx?PostID=4864</wfw:comment><description>&lt;P&gt;CodingHorror has a blogpost titled &lt;A class=title-link href="http://www.codinghorror.com/blog/archives/001050.html"&gt;Get Your Database Under Version Control&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;It is suggested that you also keep the data in version control. I am reading through the comments and I am amazed. One person writes "Once you have used ActiveRecord Migrations it is very hard to go back!"&lt;/P&gt;
&lt;P&gt;This might work for a small or medium size database. My database is well over a terabyte, how would you keep that data under version control? Data gets modified every day. Some of the data is encrypted. Some of the data gets inserted into audit tables. Data gets replicated to other servers/databases. There are jobs that pull in data from real time systems every second. I do have different versions of DBs on staging and QA servers but only one on the production server. Changes have to go through change management, you have to open a ticket to do a change. This is not something you would do on a daily basis.&lt;/P&gt;
&lt;P&gt;What is your opinion? Do you have the schema in version control? What about the data itself?&lt;/P&gt;&lt;img src="http://sqlblog.com/aggbug.aspx?PostID=4864" width="1" height="1"&gt;</description><category domain="http://sqlblog.com/blogs/denis_gobo/archive/tags/Version+Control/default.aspx">Version Control</category></item></channel></rss>