How to use the SQL Server Bulk Copy Program to move lots of data to SQL Server from Visual FoxPro (153199)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
- Microsoft Visual FoxPro for Windows 3.0b
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Visual FoxPro for Windows 7.0
- Microsoft Visual FoxPro 8.0
- Microsoft Visual FoxPro 9.0 Professional Edition
This article was previously published under Q153199 SUMMARY
This article describes how to use the Bulk Copy Program (BCP), a stand-alone utility that ships with Microsoft SQL Server. If you need to move large amounts
of data from Microsoft Visual FoxPro to SQL Server, the Upsizing Wizard may be too
slow. The Bulk Copy Program utility only transfers the data, it does not
create the tables. You can use the Upsizing Wizard to create the tables or
create them yourself in ISQL/W. In order to prepare SQL Server to accept
the data using the "fast" version of BCP, you must execute the sp_dboption
system procedure and set the select into/bulkcopy option to true.
REFERENCES
For additional information, see the SQL Server System
Administrator's Guide.
Modification Type: | Major | Last Reviewed: | 3/18/2005 |
---|
Keywords: | kb3rdparty kbhowto kbinterop KB153199 |
---|
|