Pages
-
Recent Posts
- Get Your Windows 8 Start Menu Back With Pokki
- The Site44 Workflow
- Understanding and Using System.Transactions
- Protecting Your Api Keys
- Favorite Excel Keyboard Shortcuts
- Solution to the fetch puzzle
- Solve puzzle with code
- Windigo 1.1 Released
- Call For Windigo Beta Testers
- ChildWindow Positioning
- Remove ListBoxItem Highlighting
- Sideload Windows Phone
- Getting Started with MVVM
- Win Advanced MVVM Book
- SVN Merge – Selecting Changesets
Recent Comments
- sharad D. Pawar on Code Validation in TortoiseSVN pre_commit_hook
- SatyaKishore on ChildWindow Positioning
- Laam on WPF – LINQ to SQL Sample
- tewari on Windigo 1.1 Released
- Guin on Windigo 1.1 Released
- Caleb on Remove ListBoxItem Highlighting
- AIS Around the Blogosphere | iPlayCloud.org on Understanding and Using System.Transactions
- Ian on Protecting Your Api Keys
- AIS Around the Blogosphere | Applied Information Sciences Blog on Understanding and Using System.Transactions
- AIS Around the Blogosphere | Applied Information Sciences Blog on Protecting Your Api Keys
- ReSharper vs Coderush (XPress) – Part 2 « Clean Code Style on ReSharper vs CodeRush + Refactor Pro
- AIS Around the Blogosphere | Applied Information Sciences Blog on Favorite Excel Keyboard Shortcuts
- Vishal Gamji on Favorite Excel Keyboard Shortcuts
- Ian on Favorite Excel Keyboard Shortcuts
- Andrew on GUI Prototyping Tools
DbUpdater
Version-aware sql schema deployment : DbUpdater (sql server, mysql, sqlite, oracle and more ...) FREE !Topics
.NET app C# career change cloud code CodeCamp Comparison database DbUpdater demo diigo Download free tool git github job LINQ ListView log4net MSSQL mvvm NHibernate presentation puzzle RollingFileAppender scrum Silverlight sql SVN tips tool Tools TortoiseSVN version-control windigo Windows windows phone wp7 WPF xaml xml xpath xsltCategories
Archives
- May 2013
- February 2013
- October 2012
- September 2012
- August 2012
- January 2012
- December 2011
- October 2011
- June 2011
- April 2011
- November 2010
- May 2010
- April 2010
- March 2010
- January 2010
- November 2009
- September 2009
- August 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- September 2008
- July 2008
- June 2008
- April 2008
- March 2008
- February 2008
- January 2008
- December 2007


DbUpdater
Version Aware Database Schema Deployment
Download : DbUpdater v 1.4 (License:GNU General Public License version 3 (GPLv3))
Copyright © 2008 : Ash Tewari
www.tewari.info
DbUpdater is a free tool that
helps you implement the database schema version control system
described by K. Scott Allen in this set of articles :
Three rules for database work
The Baseline
Change Scripts
Views, Stored Procedures and the Like
Branching and Merging
Usage :
scripts is “db”, by default. You can change it in the config file.
DbUpdater supports the baseline script as well as post-scripts.
place-holders. You will specify the values for these in the commandline
parameters of DbUpdater.exe.
program specified in “exe-file”. %SqlFile% placeholder will be used at
runtime to pass the sql script file to the program.
SQLite is now supported in DbUpdater (from version 1.3 onwards). See this post for details – using-nhibernate-with-sqlite-in-dbupdater .
Other Resources :
Evolutionary Database Design
Bulletproff Sql Change Scripts Using INFORMATION_SCHEMA Views
–

Related posts