Forum Replies Created

Viewing post 1 (of 1 total)

  • RE: Question on OBJECTPROPERTY

    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,...

Viewing post 1 (of 1 total)