Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Connecting to an external table from a stored procedure

Status
Not open for further replies.

rushdib

Programmer
Jun 12, 2001
203
0
0
US
Hi,
I would like to whether it is possible to write a stored procedure to extract data from an external source. (using an ODBC connecting string). I know I can use DTS, but I have to massage the data before I move it into a SQL Server table and I have to use functions to modify the data.

Thanks,

Rushdi Basir
 
Check out OPENDATASOURCE and OPENROWSET in BOL.

--Angel [rainbow]
-----------------------------------
Every time I lose my mind, I wonder
if it's really worth finding.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top