I am working on migrating from Microsoft SQL Server 2008 R2 (SP2) to Sybase IQ 15.4.0.3027. As part of this, I need to convert all objects including SPs, Views, Functions, Tables in SQL Server to Sybase IQ compatible format.
Are there any automation tools available that can speed up the migration process by reducing the manual work?
Thank you in advance!
Thanks, Swapnil
You will need to rethink a couple of things during this migration process. Just a few thoughts based on my experiences:
SELECT * FROM table
is much (as in really a lot of) slower than having e.g. SELECT name, loan FROM table
on IQ due to the way IQ is storing the data on disc. Having this in mind, IQ can be really, really fastPowerDesigner is maybe the tool you are looking for. Also you might want to check to use the latest version of IQ ... By this time this should be IQ16 SP08 P02