Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 Import/Export (DTS) and Replication (2000)
 Importing from visual Foxpro

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2002-07-28 : 15:12:48
Charles writes "How can I create a stored procedure that imports data from a selected range
from a foxpro table myTable.DBF
from a server on my domain \\myServer\database_directory"

setbasedisthetruepath
Used SQL Salesman

992 Posts

Posted - 2002-07-28 : 23:21:11
If you really want to do this directly from a stored procedure, which I don't recommend, you can use the OPENROWSET and OPENDATASOURCE rowset constructs. A DTS-based solution is the better way to go.

Jonathan Boott, MCDBA
Go to Top of Page
   

- Advertisement -