I have a user-defined function in a different database than the one with which I request. Is there a way to access a function like full name or something similar in SQL? I'm trying to do it
[dbo].[EscalationManagementSystem].fncCVUnix2DateTZ(...
But I get a message that he cannot find the dbo column or the user-defined function dbo.EscalationManagemntSystem.fncCVUnix2DateTZ. Is my syntax wrong?
Dford source
share