Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Import Data into MS SQL Server
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP2
OS:
Windows 2000 SP3
Network:
Windows 2003 Server
Database:
MS SQL Server
Miscellaneous
Thread ID:
01445218
Message ID:
01445219
Views:
91
You should consdider using SSIS, BCP or BULK INSERT. SSIS would be my preferred method because it allows to map data in a text file to a table fields and do necessary conversions in the process.

>
>We are converting a FoxPro data load program to be all MS SQL Server.
>
>We presently use the FoxPro command:
>
>APPEND FROM "f:\narbook\nar010610.txt" TYPE SDF
>
>To get the text file into a foxpro table.
>
>The foxpro table has several fields that are all character.
>
>What I need is a way to load the same data into a MS SQl Server table of the same structure.
>
>We have tried several methods and all seem to have issues getting the data into the correct field.
>
>Any help or direction would be appreciated.
>
>TIA
--sb--
Previous
Reply
Map
View

Click here to load this message in the networking platform