Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 Object Dependencies

Author  Topic 

SQL_Stinger
Starting Member

40 Posts

Posted - 2001-01-16 : 10:43:02
When and how are object dependencies updated? If I alter an existing stored procedure, the dependencies stay in tact. However, if I drop and recreate it, the dependencies are lost. I expect to lose the dependencies on the DROP, but I expect the dependencies to updated on CREATE. What am I missing?

--------------------
SQL Stinger
   

- Advertisement -