Oct 29, 2007 #1 malcolm45 Programmer Oct 29, 2007 2 GB Can I use a stored procedure on server A to reference data in a database on server B in Server 2000. I need to be able to combine the data with data from other databases on server A to produce a combined result.
Can I use a stored procedure on server A to reference data in a database on server B in Server 2000. I need to be able to combine the data with data from other databases on server A to produce a combined result.
Oct 29, 2007 #2 SQLDenis Programmer Oct 1, 2005 5,575 US yes, you need to setup a linked server lookup linked server in BOL Denis The SQL Menace -------------------- SQL Server Code,Tips and Tricks, Performance Tuning SQLBlog.com, Google Interview Questions Upvote 0 Downvote
yes, you need to setup a linked server lookup linked server in BOL Denis The SQL Menace -------------------- SQL Server Code,Tips and Tricks, Performance Tuning SQLBlog.com, Google Interview Questions
Oct 29, 2007 #3 SQLSister Programmer Jun 18, 2002 7,292 US don't forget to use the four part name as well when you refer to the linked table. "NOTHING is more important in a database than integrity." ESquared Upvote 0 Downvote
don't forget to use the four part name as well when you refer to the linked table. "NOTHING is more important in a database than integrity." ESquared