RE: Managing databases

2012-12-17 Thread Katherine Moss
Nice. I'm grabbing that when I get a chance. From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of BC Sent: Monday, December 17, 2012 9:25 PM To: ozDotNet Subject: Re: Managing databases Hi Preet, The latest version of the tools is excellent and updat

Re: Managing databases

2012-12-17 Thread BC
*Sent:* Monday, December 17, 2012 8:45 PM > > *To:* ozDotNet > *Subject:* Re: Managing databases > > Hi Katherine, > > ** ** > > IronPython is still being actively developed and a new release is coming > early 2013 (at least that's the current plan). Versio

Re: Managing databases

2012-12-17 Thread noonie
Greetings Stuart, We use Visual Studio database projects and generate change scripts from database compare. Please take the time to look at the SSDT package available for VS 2010 (Default for VS 2012). As for managing compatibility, with application versions, we've yet to find an ideal solution..

Re: Managing databases

2012-12-17 Thread BC
by the handle chromebuster on CodePlex, if you’re ever >> looking for me on there. >> >> ** ** >> >> ** ** >> >> *From:* ozdotnet-boun...@ozdotnet.com [mailto: >> ozdotnet-boun...@ozdotnet.com] *On Behalf Of *BC >> *Sent:* Monday, December 17, 2012 8:45

RE: Managing databases

2012-12-17 Thread Katherine Moss
9:22 PM To: ozDotNet Subject: Re: Managing databases Thanks Brendan. I used to use IronPython big time as a customisation hook. The ability to load some code from the DB as an upgrade channel was great. I really hope that it's Visual Studio experience is a lot better. In my currently role do les

Re: Managing databases

2012-12-17 Thread Preet Sangha
> > ** ** > > ** ** > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behalf Of *BC > *Sent:* Monday, December 17, 2012 8:45 PM > > *To:* ozDotNet > *Subject:* Re: Managing databases > > Hi Katherine, > >

RE: Managing databases

2012-12-17 Thread Katherine Moss
ember 17, 2012 8:45 PM To: ozDotNet Subject: Re: Managing databases Hi Katherine, IronPython is still being actively developed and a new release is coming early 2013 (at least that's the current plan). Version 3.0 compatibility is nearly complete in the 2.7x versions of IronPython, but from

Re: Managing databases

2012-12-17 Thread BC
mber 17, 2012 8:38 PM > *To:* ozDotNet > *Subject:* Re: Managing databases > > ** ** > > Just plain Ruby. I think I used RubyInstaller for Windows - > http://rubyinstaller.org/ > > > > On Tue, Dec 18, 2012 at 11:33 AM, Katherine Moss < > katheri

RE: Managing databases

2012-12-17 Thread Katherine Moss
ybe all of the members of those projects left or something? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ben Scott Sent: Monday, December 17, 2012 8:38 PM To: ozDotNet Subject: Re: Managing databases Just plain Ruby. I think I used RubyInstaller for Windo

Re: Managing databases

2012-12-17 Thread Ben Scott
Just plain Ruby. I think I used RubyInstaller for Windows - http://rubyinstaller.org/ On Tue, Dec 18, 2012 at 11:33 AM, Katherine Moss wrote: > Is that written in IronRuby, by any chance? > > ** ** > > *From:* ozdotnet-boun...@ozdotnet.com [mailto: > ozdotnet-boun...@ozdotnet.com] *On Behal

RE: Managing databases

2012-12-17 Thread Katherine Moss
Is that written in IronRuby, by any chance? From: ozdotnet-boun...@ozdotnet.com [mailto:ozdotnet-boun...@ozdotnet.com] On Behalf Of Ben Scott Sent: Monday, December 17, 2012 8:29 PM To: ozDotNet Subject: Re: Managing data I have a similar system but I have a simple ruby script that applies migra

Re: Managing databases

2012-12-17 Thread Ben Scott
I have a similar system but I have a simple ruby script that applies migration scripts. I can run it against development databases and when I'm deploying a new version of the system I just run it against the production database. It includes a bootstrap migration to create the schema version table,

Re: Managing databases

2012-12-17 Thread Corneliu I. Tusnea
We are using a system system and we use DBUP on top of it to help us deploy to production environments. On Tue, Dec 18, 2012 at 10:36 AM, Stuart Kinnear wrote: > Over the holiday break I thought I might research how we can improve our > approach. What systems have you or your organisations adop

Managing databases

2012-12-17 Thread Stuart Kinnear
I guess this is an age old problem, managing database changes such that they respect applications dependent on them. We are bolting more applications to a couple of sql databases so the management exercise is becoming more complex, risky and expensive to maintain. Currently we have a database ver