Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How to upsize table to SQL Server with out using wizard
Message
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00122628
Message ID:
00122631
Views:
18
There are several ways to do this. One is to create a remote view for each table and just append from your VFP tables into the remote views. If you do this, you may want to temporarily set the SQL Server database to Truncate Log on Checkpoint so that you don't overrun the transaction log.

You could also use SQL Server's BCP features. This will allow you to import ASCII files into SQL Server. This would be a much faster method, but it doesn't work with memo fields.

With either of these methods you would have to create the table definitions, etc. yourself or use the Upsizing wizard to create your database then move the data over using another method.

>Is there any way to upsize tables to SQl Server with out using wizard . Is some there in SQl Server on in VFP. Please guide me.
>Thanks.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform