Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

agileDatabases · agileDatabase

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 1075 - 1104 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
1075 Dave Sanders
davesanders Send Email
Jun 16, 2006
3:45 am
... Actually, I tried to post to this thread about dbghost several days ago and got sidetracked. I used DBGhost at a previous job, and, quite frankly, it was a...
1076 Nathan Voxland
nvoxland Send Email
Jun 16, 2006
3:45 am
Sundog announces the opening of the early access program for its Database Refactoring Tool, a DBMS-independent tool to ease database development in an agile...
1077 Garris, Nicole
nicgarris Send Email
Jun 16, 2006
4:44 pm
So, Dave, the DBGhost scripter creates a script for the database, or a script for the database changes, depending on whether it's a new or existing database....
1078 malcolmeleach Send Email Jun 20, 2006
4:46 am
The Scripter also scripts out the reference data for the database, hence it's name "DB Ghost Data and Schema Scripter" ;-) Once the reference data are in...
1079 Will Sargent
will_sargent Send Email
Jun 20, 2006
4:46 am
Hi all, I'm dipping my toes into the "agile/refactoring"; databases discussion. I've worked for a number of years with database information in build scripts,...
1080 Dave Sanders
davesanders Send Email
Jun 20, 2006
4:46 am
... It creates a script for each object in your database, as if it were brand new. (Including scripting out any reference data to files.) Then when you run...
1081 Alex Weatherall
alexweatherall Send Email
Jun 20, 2006
8:57 am
Hi, I too use DBGhost daily and find it invaluable. One thing to note is that it runs against, as far as I am aware, SQL Server only. I don't know whether or ...
1082 Scott W. Ambler
scottwambler Send Email
Jun 20, 2006
12:19 pm
I don't know of one, but this would be a great resource to have. Anybody interested in putting something together? - Scott ... ...
1083 Garris, Nicole
nicgarris Send Email
Jun 20, 2006
3:53 pm
Thanks Dave and Malcolm! You have convinced me that DBGhost makes it feasible to use source control for database evolution. Wow! And the price is very nice!...
1084 Alex Weatherall
alexweatherall Send Email
Jun 20, 2006
5:12 pm
For your information: Grant Fritchey has posted an article on SQLServerCentral.com about handling database Unit Testing and Code Generation in T-SQL (SQL ...
1085 PaulOldfield1@...
pauloldfield1 Send Email
Jun 21, 2006
8:07 am
Hi, all. I'm re-posting a message from the XP forum that I think is pertinent. Paul Oldfield +++++ In a message dated 20/06/2006 23:08:01 GMT Standard Time, ...
1086 Matthew Wooller
eminuu Send Email
Jun 22, 2006
3:54 am
Gosh darn! I have been working on something very similar for the past few weeks because I was not able to find anything else to do the job. I will be very...
1087 Nathan Voxland
nvoxland Send Email
Jun 23, 2006
5:05 am
As lead developer on the tool, I'd be very interested in how your testing turns out too. I've been on this mailing list for quite a while, and a large portion...
1088 mark_baekdal Send Email Jun 23, 2006
5:31 am
Are you using SQL Server? Have a look at DB Ghost if you are... http://www.dbghost.com...
1089 Nathan Voxland
nvoxland Send Email
Jun 26, 2006
4:05 am
I've looked at DB Ghost in the past and it looks nice, but unfortunately we run on many different DBMS systems and need a tool that will work on all of them....
1090 jcurt2001 Send Email Jun 28, 2006
3:38 am
I have a client in Portland, OR that is looking for a MySQL DBA with Terabyte experience for a long term contract position. I have included a job description...
1091 Curt Sampson
cjstokyo Send Email
Jun 28, 2006
3:46 am
... It's possible (though certainly not as nice) to do this without DBGhost. I've been doing it for years. ... If you want to start in on this sort of thing...
1092 Scott W. Ambler
scottwambler Send Email
Jul 5, 2006
10:39 am
Issue #37 of The Data Administration Newsletter (TDAN) has just been released. In it I have an article entitled "Introduction to Database Refactoring" at...
1093 Scott W. Ambler
scottwambler Send Email
Jul 6, 2006
2:18 pm
The URL for the CFP is https://www.cmpevents.com/SDw7/a.asp?Option=N . With a 19 year history, the Software Development Conference and Expo is the place...
1094 Donald McLean
dfranmclean Send Email
Jul 10, 2006
4:06 am
... Me too. :-) ... I think that this problem isn't quite so universal as the question might imply. Choice of programming language and database environment are...
1095 ebr102 Send Email Jul 18, 2006
3:47 am
This is a matter of isolating the change. The question should not be "How do I get the database refactorings to work with a global package?” This won't...
1096 agonen_il Send Email Jul 20, 2006
4:04 am
Hi , I've a problem of problem of finding the best way to do code versioning in the database for objects like store procedures , views , triggers ...etc. There...
1097 Scott W. Ambler
scottwambler Send Email
Jul 20, 2006
6:03 pm
Have you considered adopting a version control tool so that you can put your changes under configuration management control? - Scott ... Practice Leader Agile...
1098 Scott W. Ambler
scottwambler Send Email
Jul 20, 2006
9:57 pm
If you're going to that Agile 2006 conference next week, and shame on you if you're not, I'd like to invite you to the BoF and reception for the Eclipse...
1099 agonen_il Send Email Jul 21, 2006
4:09 am
We use VSS , the issue is that duplication in change in code in a different patch ,create a lot of overhead to track what has been changed . In compare to...
1100 Nathan Voxland
nvoxland Send Email
Jul 21, 2006
4:10 am
We recently released an initial build of the Sundog Database Refactoring Tool (http://www.sundog.net/index.php/databaserefactoring) that basically takes...
1101 Todd Carrico
tmcarrico Send Email
Jul 21, 2006
4:12 am
My group does 1 sort of. Here are the rules we follow: All scripts are re-run able, i.e. if you run them twice they should not error. We maintain a build file...
1102 libor.nenadal Send Email Jul 21, 2006
4:12 am
... include ... This approach is definitely hard to keep up with, I can't imagine how to make developers to commit their code changes to different locations ...
1103 Scott W. Ambler
scottwambler Send Email
Jul 25, 2006
12:05 pm
Pramod and I are giving away copies of the book in several different manners this week: 1. On JavaRanch. At ...
1104 jm04469 Send Email Jul 26, 2006
11:12 am
Last month for work purposes I needed a survey engine to collect feedback from fellow architects and chose Survey Monkey but I forgot to cancel the...
Messages 1075 - 1104 of 2744   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help