Hi,
From what I understand, there are the following ways to import VFP data into SQL Server:
1. Convert VFP data into .dat and use bcp.
2. Convert VFP data into .dat and use BULK INSERT.
3. Transfer VFP data directly using DTS.
Which one is faster?
Thank you for any help.
From what I understand, there are the following ways to import VFP data into SQL Server:
1. Convert VFP data into .dat and use bcp.
2. Convert VFP data into .dat and use BULK INSERT.
3. Transfer VFP data directly using DTS.
Which one is faster?
Thank you for any help.