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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 how to link two databases with out using FQN

Author  Topic 

iamvkarthi
Starting Member

1 Post

Posted - 2006-10-15 : 05:30:54
Hi all,
I am having a problem in sql2000.
I am having two databases.One is having all the tables.
Another one is having the stored procedures.
I ve to use the tables in first one in my stored procedure with out using fully qualified Name.

Thanks,
Karthik.

robvolk
Most Valuable Yak

15732 Posts

Posted - 2006-10-15 : 09:18:06
You can't. You'd have to move the stored procedure code to the database in order to avoid using 3-part names.
Go to Top of Page
   

- Advertisement -