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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

stored procedure reading from other database

Status
Not open for further replies.

jamert

Programmer
Dec 9, 2007
80
CA
Hi i'm using sql 2k. I would like to write a storedProcedure in 2k db, that will read data from a table in an access database based on a mutual id. Is this possible and if so, how would one go about it, thanks!
 
You can add the Access database as a Linked Server (under Security in Enterprise Manager). That will enable you to include it in an SQL statement, using the 4 part reference.

Paul
MS Access MVP 2007/2008
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top