thread183-786720
I have a function in one database, and reference this in a select query that joins OTHER datbases.
Ex:
SELECT MyDatabase2.Function(MyDatabase1.field as parameter),MyDatabase1.* FROM MyDatabase1 INNER JOIN MyDatabase3, etc...
I am getting this error:
"The multi-part identifier 'MyDatabase2.dbo.Function' could not be bound"
Please assist?
I have a function in one database, and reference this in a select query that joins OTHER datbases.
Ex:
SELECT MyDatabase2.Function(MyDatabase1.field as parameter),MyDatabase1.* FROM MyDatabase1 INNER JOIN MyDatabase3, etc...
I am getting this error:
"The multi-part identifier 'MyDatabase2.dbo.Function' could not be bound"
Please assist?