August 31, 2010 at 12:23 pm
We have a single oracle database on our servers, and we want to bring it into sql server so we no longer need to support oracle. Is it possible to export the table structures and the data and then import it into sql server?
September 2, 2010 at 10:23 am
Mark Harley (8/31/2010)
We have a single oracle database on our servers, and we want to bring it into sql server so we no longer need to support oracle. Is it possible to export the table structures and the data and then import it into sql server?
Absolutely. Table structures are data are a walk in the park, SSMA is the right tool for it... here: http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx
Fun begins when you go for the code, usually it is better to rewrite it from scratch.
_____________________________________
Pablo (Paul) Berzukov
Author of Understanding Database Administration available at Amazon and other bookstores.
Disclaimer: Advice is provided to the best of my knowledge but no implicit or explicit warranties are provided. Since the advisor explicitly encourages testing any and all suggestions on a test non-production environment advisor should not held liable or responsible for any actions taken based on the given advice.Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply