I have an Oracle 11g XE database that I would like to transfer into SQL Server Express 2005.
At first I thought I\'d just generate the tables in Oracle as SQL, manip
select * from [server]..[xxx].[yyyyy]
It works for me.