Oct 29, 2007 #1 malcolm45 Programmer Joined Oct 29, 2007 Messages 2 Location 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 Joined Oct 1, 2005 Messages 5,575 Location 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 Joined Jun 18, 2002 Messages 7,292 Location 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