May 16, 2006 at 3:48 am
I have run sp_depends against a table where we suspect that there are errors/dodgy programming but got the above result. What does it mean?
Madame Artois
May 16, 2006 at 5:52 am
What message??
May 16, 2006 at 6:20 am
Sorry. This was the result of running sp_depends 'table name'.
dbo.table name_CK1 | check cns |
dbo.table name_CK2 | check cns |
dbo.V_table name | view |
Madame Artois
May 16, 2006 at 7:06 am
It mwans that those objects are linked to that tables. The first two are check constraints and the last one is a view of course.
You must also be aware that sp_depends is not very reliable because it is not guarenteed that all the objects will be listed in there.
Viewing 4 posts - 1 through 3 (of 3 total)
You must be logged in to reply to this topic. Login to reply