Posts
630
Comments
535
Trackbacks
1
Cannot add rows to sysdepends for the current stored procedure because it depends on the missing object

From:

http://web.gyrus.com/gyruskb/articles/04990841.htm

These warnings are normal and can be ignored. The reason they appear is because a script defines triggers or stored procedures that call stored procedures that have not been created yet. When the script is run, those stored procedures will be properly created and the references from the triggers or calling stored procedures to those stored procedure will be resolved.

 

posted on Thursday, May 05, 2005 1:04 PM Print