Submissions will be accepted through February 5, 2006 Please use the following link to submit your proposal(s): https://www.cmpevents.com/SDUM6/a.asp?Option=N ...
914
smatyas7979
Feb 8, 2006 3:37 am
Is anyone familiar with static analysis, inspection tools & metrics for database code? e.g. measuring the number of table joins, number of columns in a table,...
915
femto femto
femtowin@...
Feb 8, 2006 8:53 pm
I only know that powerdesigner39;s reverse engineering39;s tool can see database tables' in a graph view. don't whether it satisfy your need. besides,when it comes...
916
Satya P. Vedula
satya_p
Feb 8, 2006 8:53 pm
Hi, 1) Are there any SQLTranslator tools like SQLFairy? 2) How to represent multiple databases in Rational Rose /UML modeling tool. 1) Are there any...
917
annmary babu
annmarybabu
Feb 8, 2006 8:55 pm
Note: forwarded message attached. ... Jiyo cricket on Yahoo! India cricket Yahoo! Messenger Mobile Stay in touch with your buddies all the time. hai, i am...
918
Scott W. Ambler
scottwambler
Feb 12, 2006 5:03 pm
I'll be giving a talk entitled "Agile Database Techniques: Data Doesn't Have To Be A Four-Letter Word Anymore" to the XP West Michigan group in Grand Rapids on...
919
essawit
Feb 15, 2006 4:31 am
All, I am working on a large OLTP data. This database is copied every 12 hours about 6 times. Once this is done secondary systems read the data and and use...
920
Curt Sampson
cjstokyo
Feb 15, 2006 7:44 am
... Documentation probably won't help at all in a situation like this; the main issue is going to be that the downstream systems simply don't have the ability...
921
Steve Jorgensen
jorgens23
Feb 15, 2006 10:39 am
... By "these systems" I understand you to mean "secondary systems". ... One simple and not exacly new concept is that the databases that receive data should...
922
Scott W. Ambler
scottwambler
Feb 15, 2006 12:05 pm
... Pramod Sadalage and I have our new book, Refactoring Databases (www.ambysoft.com/books/refactoringDatabases.html) coming out in a few weeks. Although the...
923
Scott W. Ambler
scottwambler
Feb 15, 2006 7:41 pm
I just posted http://www.agiledata.org/essays/dbaSkills.html and was hoping to get some feedback. In general, I'm in the process of updating www.agiledata.org...
924
Dawn Wolthuis
tincatgroup
Feb 15, 2006 8:42 pm
... Hi Scott. I read and enjoyed your Agile Database Techniques book a while back and the same thing that came to my mind at that time popped into my head...
... He didn't said the dependent systems were analytic-treatment based. Perhaps are these OLTP subsystems only used for load sharing or historical reasons. The...
926
Scott W. Ambler
scottwambler
Feb 15, 2006 9:05 pm
... In an ideal world, not much. However, in many organizations there is a strict difference between DBAs and developers, and never the two shall meet. One...
927
Dawn Wolthuis
tincatgroup
Feb 15, 2006 9:18 pm
... Agreed and that is what I tend to argue. I prefer no DBA team in a shop, even if there are some roles that are held by various developers. ... definitely...
928
Scott W. Ambler
scottwambler
Feb 15, 2006 9:53 pm
... In large organizations you typically need some sort of operational data admin group that support the corporate guidelines, understands the legacy data...
929
Dawn Wolthuis
tincatgroup
Feb 15, 2006 11:11 pm
On 2/15/06, Scott W. Ambler <swa@...> wrote: <snip> ... Like Fortran and COBOL are here to stay. Oracle buying Sleepycat is a good sign that they...
930
Steve Jorgensen
jorgens23
Feb 16, 2006 4:37 am
... Ah - but if it's for load sharing, then the approach should be to reduce code duplication between the applications that make use of the data. This way, the...
931
Curt Sampson
cjstokyo
Feb 16, 2006 8:37 am
... I entirely disagree. I think that, if anything the relational model, with its emphasis on limiting queries to what data you want, rather than how to access...
932
Scott W. Ambler
scottwambler
Feb 16, 2006 12:07 pm
... Can you expand on this a bit? Perhaps an example? Thanks. - Scott...
933
Willem Bogaerts
toetah2000
Feb 17, 2006 7:31 am
<snip> ... <snip> ... The thing that I like the LEAST of SQL is the fact that it _is_ a language. I would like an object-oriented structure that exists on the ...
934
Curt Sampson
cjstokyo
Feb 17, 2006 8:37 am
... A simple example would be a table with one column that tends to be large compared to the rest of the data. Say I've got a row overhead of 42 bytes,...
935
Curt Sampson
cjstokyo
Feb 17, 2006 8:39 am
... You've got to consider, for this API, how you're going to do the more complex queries that keep network traffic and database I/O load down. For queries...
936
Alex Weatherall
alexweatherall
Feb 17, 2006 5:09 pm
Hi, <snip> * Transactional support for DDL and schema changes. Excepting PostgreSQL, I don't think that there's a single DBMS out there that lets me roll back...
937
Nolen, Terry
twnolen
Feb 17, 2006 5:33 pm
I've been watching the correspondence and I'm intrigued by the debate. I've been administrating databases for quite a long time, even before relational was...
938
Willem Bogaerts
toetah2000
Feb 19, 2006 7:07 pm
... That's exactly what I mean. How on earth do you want to incorporate this in an object oriented program? What does it mean actually? What you describe is...
939
Curt Sampson
cjstokyo
Feb 22, 2006 3:40 am
... It is certainly a query. It declaratively specifies a particular set of data you'd like to see. And it's not uncommon for me to do queries just like this...
940
Dawn Wolthuis
tincatgroup
Feb 22, 2006 3:54 am
... <snip> ... Or skip the relational language in the solution altogether. My experience has been that end-to-end efforts that leave out the RM provide more...
941
Curt Sampson
cjstokyo
Feb 23, 2006 3:48 am
... This seems to me typical of where people have gone wrong in the agile vs. database battle. I would suspect that most of us would agree with the following...
942
Dawn Wolthuis
tincatgroup
Feb 23, 2006 4:29 pm
... I suspect you are correct that most would agree with that statement. I don't. I recognized that in my experience (strictly anecdotal), I spent far fewer...