November 1, 2011 at 12:15 pm
Hi,
When I am looking for a database object getuserrelations in sysobjects I get that as a type IF which is a SQL Inline table-valued function in the result set.
I don't see it under function in programmability.
Where can I find this object in the database.
Thanks.
November 1, 2011 at 12:25 pm
are you sure it's an inline TVF? if you are in the database you know it exists, what does this return?
select type,* from sys.objects where name='getuserrelations'
Lowell
November 1, 2011 at 12:27 pm
I found it table valued functions.
Thanks.
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply