Forum Replies Created

Viewing 3 posts - 1 through 3 (of 3 total)

  • RE: Dependecies Question

    Nothing? In my case returns lot of rows. It is supposed to return all entries from sysdepends where depid contains id of non-existing object.

    Maybe something’s wrong with my...

  • RE: Dependecies Question

    It is me again.

    To see what am I talking about please run this query:

    select left(a.name,40), left(c.name,40) from sysobjects a

    join sysdepends b on a.id = b.id

    left join sysobjects...

  • RE: Dependecies Question

    Hi Andy,

    thanks for answer.

    In meantime in some Microsoft public newsgroups I found some interesting discussions about this problem. It just seems that sysdepends table is not updated if...

Viewing 3 posts - 1 through 3 (of 3 total)