Select the product you need help with
BUG: Reference to Deferred Object in Stored Procedure Will Not Show in Sp_dependsArticle ID: 201846 - View products that this article applies to. This article was previously published under Q201846 SYMPTOMS
The output of sp_depends for an object created with dependencies on objects whose name resolution is deferred will not be correct. For an example of this, see the MORE INFORMATION section of this article.
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed at the beginning of this article. MORE INFORMATION
To reproduce this problem, use the following Transact-SQL code:
SQL Server 6.5 will return the following: In the current database the specified object references the following: name type updated selected ---------------------------------------- ---------------- ------- -------- dbo.authors user table no no dbo.titleauthor user table no no (1 row(s) affected) SQL Server 7.0 will return the following: In the current database, the specified object references the following: name type updated selected column name -------------------- ------------------ -------------- ---------------- ----------- dbo.authors user table no no au_id PropertiesArticle ID: 201846 - Last Review: October 17, 2003 - Revision: 3.2
|


Back to the top








