0
votes
2answers
29 views
Need a .NET database versioning script runner
Hi Guys,
I'm looking at versioning databases and came across the usual articles regarding how to do this (coding horror, ode to code, etc). This all make perfect sense to me, however I'm trying to …
2
votes
5answers
55 views
What is an easy way to deploy database changes using SQL Server?
The software system I work on is a medical billing system, large amounts of data and data tables, and stored procedures.
I was reading the article "12 Steps to Better Code" and in The Joel Test #2 …
8
votes
4answers
167 views
Database versioning in installed applications using Delphi.
I'm working on a number of Delphi applications that will need to upgrade their own database structures in the field when new versions are released and when users choose to install additional modules. …
0
votes
3answers
58 views
SQL Server Database schema versioning and update
For my application I have to support update scenarios and the database might be affected.
I want to be able to update from an old version to the newest without installing intermediate versions. E.g. …
4
votes
7answers
103 views
Database Change Management using hand generated scripts
My need is fairly basic and I don't want to rebuild the wheel. I like to script my database and have written scripts to update it from one version to the next ie 001-create-tables.sql, …
1
vote
2answers
68 views
Implementing article revision history for Java based web application
Any ideas of how best i can implement article revision history for a Java based web application and save it in AuditLog
StackOverflow already has such a feature allowing one to see the differences …
0
votes
0answers
20 views
Nontrivial incremental change deployment with Visual Studio database projects
Let's assume that I'm doing some sort of nontrivial change to my database, which requires "custom" work to upgrade from version A to B. For example, converting user ID columns from UUID data type to …
4
votes
2answers
223 views
CouchDB versioning strategy
Would the following be a viable strategy for implementing versioning(using "example" as a sample document type):
Have one original document where the type field is named example_original.
Subsequent …
3
votes
7answers
387 views
Starting with versioning mysql schemata without overkill. Good solutions?
I've arrived at the point where I realise that I must start versioning my database schemata and changes. I consequently read the existing posts on SO about that topic but I'm not sure how to proceed.
…
0
votes
1answer
76 views
Best Practice for Versioned Entities?
Good afternoon,
I am currently in the very early phase of a new project written in .Net and using Entity Framework for data persistence/storage. One of the features required is the ability to …
1
vote
4answers
283 views
Database Versioning Using Visual Studio
In the SO podcast episode 54 Jeff talked about using Visual Studio to save all the database objects to individual files. This sounded like just what my team needed to better implement database schema …
2
votes
1answer
135 views
How do you approach database versioning when doing regular builds?
I have a web application project that works with quite large database (over 5GB). Data in the database is partitioned by project. Each project takes approximately 1GB, and it is a minimal set for …
0
votes
2answers
108 views
Rake Strategy, DotNet Implementation
When reading about and playing with Rails last year, one of the tools that made the biggest impression on me was Rake. A database versioning system that keeps all dev db's identical integrated right …
8
votes
3answers
367 views
How do you manage database revisions on a medium sized project with branches?
At work we have 4 people working together on a few different projects. For each project we each have a local copy we work on and then there is a development, staging, and live deployment, along with …
4
votes
2answers
232 views
Database change management tools?
We are currently in the process of solidifying a database change management process.
We run MySql 5 running on RedHat 5. I have selected LiquiBase as the tool because it's open source and allows us to …
