I am not an expert in MySQL by any means, so there may be a simple solution that I am not aware of, but I am having a problem figuring out a way to implement...
I am not an expert in MySQL by any means, so there may be a simple solution that I am not aware of, but I am having a problem figuring out a way to implement...
I am not an expert in MySQL by any means, so there may be a simple solution that I am not aware of, but I am having a problem figuring out a way to implement...
I am not an expert in MySQL by any means, so there may be a simple solution that I am not aware of, but I am having a problem figuring out a way to implement...
I am not an expert in MySQL by any means, so there may be a simple solution that I am not aware of, but I am having a problem figuring out a way to implement...
Mike, if I understand you right you want to do somethings on update on a table. Oracle provides the state of the DML hence you can use IF updating THEN ...
I think your question is too broad and vague. You could probably try to explain in more detail what you're trying to achieve (or what you think you need to...
Hello, Scott Ambler and Myself (Pramod Sadalage) are presenting a workshop at XP 2007 (http://xp2007.org/index.php?option=com_wrapper&Itemid=86) On Refactoring...
Hi all, I am new to the group, so excuse me for any silly questions. I have just read Fowler and Pramod´s article "Evolutionary Database Design" at Fowler´s...
Hello, I've just finished 2 draft papers about a new Object Oriented yet Relational data model, as: Object-Relational Mapping The Fake Speak of Relational...
It depends. ;-) A few ideas below. - Scott ... Advantages: It's compact, easy to maintain, and easy to view. Disadvantages: I'm assuming that this is a few...
Hi Diego, In the case of Oracle, or any other database engine that does not have a convenient underlying file arrangement, a backup of the database would be...
Hi all, this message is related to my previous question: http://tech.groups.yahoo.com/group/agileDatabases/message/1635 I downloaded dbdeploy and found it very...
Hi all, this message is related to my previous question: http://tech.groups.yahoo.com/group/agileDatabases/message/1635. I downloaded dbdeploy and found it...
The Ruby on Rails team has done an outstanding job of implementing an Agile database versioning scheme which largely mimics the suggestions that Scott and...
I'm not sure what you mean by ".Net Database Migrations" but, if you're using SQL Server, as many of our .Net customers are, then DB Ghost is the tool of...
Hi Diego, I've seen dbdeploy used in a number of ways, it usually breaks into 2 distinct approaches: 1. Build a baseline & then start adding delta scripts 2....
Hi Malcolm, ... Yes, I think DB Ghost is great. It's a much more ambitious tool than what I'm talking about. A "migration," in Rails terminology, refers to a...
Hi Frnds, Our client is using Agile 8.0 verison. We were using the IE6 for web access. Presently our clients has upgraded the clients systems with IE7 where ...
Uh, you've got the wrong Agile. This list has nothing to do with products created by the "Agile Software Corporation" (www.agile.com) Whatever next? Someone...
Version 0.8 of LiquiBase, a database refactoring manager, has been released. This release completes our name change from "Sundog Database Refactoring Tool" as...
Hello Extreme programming enthusiasts! I am computer science student at Shippensburg University, PA. I am doing a research project in the area of extreme...
Hello, I have been involved in developing “relational-object-relational” mapping schemes since the early 90’s. I successfully completed 4 projects and...
A few thoughts: 1. Extract-Transform-Load(ETL) tools do DB-to-DB mapping as a matter of course. Objects may or may not be in the middle. Taking a look at...
Thank you for the reply and the resources you pointed out; they will be used in this endeavor. I found that “Why Data Models Shouldn't Drive Object Models...
... Not at all. When you think about it, the more applications that access the db then the greater the importance of ensuring high quality within the DB. ... ...
... Why does only the DBA do this? Why can't anyone on the team have access to the data model. How are you going to ensure that the relational aspect isn't...