Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Oracle --> SQL 2000
Message
 
 
To
27/04/2004 13:14:17
Joel Hokanson
Services Integration Group
Bellaire, Texas, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00898613
Message ID:
00898743
Views:
10
>I have a remote view in VFP8 of an Oracle table.
>
>I want to copy that table to SQL 2000.
>
>Can I copy it direct, or do I need to copy it to a VFP table, then open the SQL view and append from the VFP table?

If you have the Oracle Enterprise Manager, you can click on the table, then click on Show Object DDL under the Object menu to get the "CREATE TABLE" syntax. You can also get the SQL if you have TOAD and possibly other tools.

Then just "convert" that yourself to the SQL Server syntax. I would then create a remote view to the Oracle table and another to the SQL Server table. Open both views and append the records from the Oracle view to the SQL Server view to get the records copied over.
Mark McCasland
Midlothian, TX USA
Previous
Reply
Map
View

Click here to load this message in the networking platform