karthik555
IS-IT--Management
Hi!
I would like to know if I can call a function that is not in the current database. I know we can access tables of another database.
1. Say I have two databases MyDb1 and MyDb2 in same server.
2. There is a function dbo.MyFun1() in MyDb1.
3. I would like to call this function from MyDb2.
Is this possible.
Thanks in advance
Karthik
I would like to know if I can call a function that is not in the current database. I know we can access tables of another database.
1. Say I have two databases MyDb1 and MyDb2 in same server.
2. There is a function dbo.MyFun1() in MyDb1.
3. I would like to call this function from MyDb2.
Is this possible.
Thanks in advance
Karthik