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.
| 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 |
 |
|
|
|
|
|