stevet26
Programmer
- Feb 9, 2005
- 53
Hi
I am wondering whether it is possible to call a table that I have in my master database from a stored procedure in my client databsse. Both databases are on the same server.
If that is not possible, are you able to call another stored procedure instead. I can do this in Query analyser but, cannot get it to work in a sp.
The code I use in query analyser is: dotnetCMS.dbo.spTITLES
Thanks in advance.
I am wondering whether it is possible to call a table that I have in my master database from a stored procedure in my client databsse. Both databases are on the same server.
If that is not possible, are you able to call another stored procedure instead. I can do this in Query analyser but, cannot get it to work in a sp.
The code I use in query analyser is: dotnetCMS.dbo.spTITLES
Thanks in advance.