User Defined Function
Hi!
I'm trying to write a User Defined Function on SQL Server, and the function need to connect to another database to get some values. Is this possible? Can a function in one database communicate to another database on the same server?
Or, is there a possiblity of calling a user defined function on one database from another database? If so could you please provide an example.
Thank you,
Nirav
|