Viewing post 1 (of 1 total)
You can create a wrapper function in the non-current database like so:
create function ObjectProperty(@objId int, @property varchar(20)) returns int as begin
--Because ObjectProperty runs in the context of the current DB,...
March 23, 2015 at 3:06 pm
#1785821