Viewing 3 posts - 1 through 3 (of 3 total)
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...
September 20, 2001 at 9:12 am
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...
September 20, 2001 at 7:39 am
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...
September 20, 2001 at 7:05 am
Viewing 3 posts - 1 through 3 (of 3 total)