SQL Inline table-valued function

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

  • 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


    --help us help you! If you post a question, make sure you include a CREATE TABLE... statement and INSERT INTO... statement into that table to give the volunteers here representative data. with your description of the problem, we can provide a tested, verifiable solution to your question! asking the question the right way gets you a tested answer the fastest way possible!

  • 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