Author Topic:  (Read 5818 times)

0 Members and 1 Guest are viewing this topic.

Offline ShadoCat

  • Commander
  • *********
  • Posts: 327
  • Thanked: 1 times
    • http://www.assistsolar.com
(No subject)
« Reply #15 on: June 25, 2008, 05:30:59 PM »
Speaking of automated processes, I just found this:

http://access-data-transfer-assistant-2 ... picks.com/

It claims to be a way of distributing .mdb updates.
« Last Edit: December 31, 1969, 06:00:00 PM by ShadoCat »
 

Offline Erik L

  • Administrator
  • Admiral of the Fleet
  • *****
  • Posts: 5687
  • Thanked: 413 times
  • Forum Admin
  • Discord Username: icehawke
(No subject)
« Reply #16 on: June 25, 2008, 09:49:24 PM »
Quote from: "ShadoCat"
Speaking of automated processes, I just found this:

http://access-data-transfer-assistant-2 ... picks.com/

It claims to be a way of distributing .mdb updates.


The biggest issue is schemata changes. Without those, upgrading would be very simple. I'll send them an email and see if it handles them...
« Last Edit: December 31, 1969, 06:00:00 PM by Erik Luken »
 

Offline Beersatron

  • Rear Admiral
  • **********
  • Posts: 997
  • Thanked: 7 times
Re: Aurora Upgrade Discussion
« Reply #17 on: November 01, 2009, 06:37:41 PM »
I use SQLDiff at work, you can run two different comparisons. One on the actual data stored in each table and then one on the structure of each table. It will then provide you with the SQL so you can run it yourself or you can just click on and let it do the changes for you.

Pretty sure there is a 30 day trail and then after that you need to pay - but it helps us alot at work especially atm since in the last two weeks I have created about 10new tables and views and will be editing stored procs. This just takes the hastle away :)

http://www.apexsql.com/sql_tools_diff.a ... DAodBSaMQQ