Re: Managing SQL in the repository
From: Gary Affonso <glists_at_greywether.com>
Date: 2004-05-30 09:32:21 CEST
On 5/29/04 10:47 PM, "m christensen" <dfs@xmission.com> wrote:
> First Off I'll ASSUME y'all are not falling for the Micro$oft pitfall of
Good lord, man. What do you think I am? Of course I know the difference.
> The approach taken will depend on the target of your development effort.
We are an incremental, in-house project so I'll respond to that portion of
> A. Actual backup copies of the Production database are restored as a
So to rebuild the database schema in this scenario, you'd have to run the
> In other words, I don't care if it's 'Just a data change' or major
I'm confused by this. You say above that you script (and revision-control)
> It's hard enough to track system schema changes as shown here and in
Can you clarify?
> D. ALL Modern Decent Production level RDBMS Systems have a "Point in
We are, of course, doing incremental backups. My desire for a DDL "script
A DDL script history also lets us:
1) Easily setup duplicate test/development systems or build from scratch if
2) They provide clear and detailed documentation on the evolution of the
3) They let us correlate this evolution to issues in our issue tracker.
4) They give us a good starting point for building scripts that implement
> It's hard enough to track system schema changes as shown here and in
Thanks for your detailed reply.
I don't think all the aspects of your system apply to us (we are not keeping
- Gary
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.