RE: comparing 2 dbs and generating 'upgrade sql'

2006-04-13 Thread Addison, Mark
From: starmonkey Sent: 13 April 2006 01:51 > > hey guys, > > A while ago I remembered using SQLYog or some other tool that could > look at two databases (say dev and test versions) and work out the > differences in structure between the two, and generate some SQL to > 'upgrade' one to the

comparing 2 dbs and generating 'upgrade sql'

2006-04-12 Thread starmonkey
hey guys, A while ago I remembered using SQLYog or some other tool that could look at two databases (say dev and test versions) and work out the differences in structure between the two, and generate some SQL to 'upgrade' one to the other (bunch of alter table commands basically). I'm won