Vitaly's WebLog
Writing on software development and all related

How to make incremental DB update script in VS2008

January 20, 2008
One of the most tedious tasks in database-driven software development is to make database change scripts. In the latest release of Visual Studio there is new type of database projects that helps maintaining your database scripts significantly. From the first sight it seems that VS can generate only create scripts, which it places in /sql folder by default. Hopefully, it also can generate change script, although this feature not so easy to discover.. [More]

Handling Database easily with Visual Studio 2008

January 12, 2008
Visual Studio 2008 Team System contains new type of Database Projects that have many extremely useful features. Design-type validation, unit tests, refactoring and even more. You will find overview of these new functions in this post.. [More]