September 29, 2010 at 9:02 am
Hi Folks
does anyone have a white paper, instructions, ideas, or blogs on where to start on converting an entire Oracle database to an Sql Server database, or even just particular database tables(s) ?
Thanks
Jim
September 29, 2010 at 9:05 am
Micrsofot has a couple of Migration Assistant tools to help you migrate Oracle to SQL Server (and another one for MYSQL to SQL Server)
http://www.microsoft.com/sqlserver/2005/en/us/migration-oracle.aspx
another alternative, if it is just a few tables, is to create a linked server. once the linked server is up and running, you can query the table, and do something as simple as SELECT *
INTO MyNewSQLTable from MyLinkedOracle..OwnerName.TableName
Lowell
September 29, 2010 at 9:10 am
Thanks Very Much Lowell
I wil check it out
Jim
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply