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
 General SQL Server Forums
 New to SQL Server Programming
 problem in executing the stored procedure

Author  Topic 

reacha
Starting Member

49 Posts

Posted - 2010-10-08 : 10:50:02
I am getting the following error message when i run the stored procedure.The function is already create.



Cannot add rows to sys.sql_dependencies for the stored procedure because it depends on the missing table 'mfun.AuditStampLocked'. The stored procedure will still be created; however, it cannot be successfully executed until the table exists.

Please help me out!!

Thanks,
reacha

RickD
Slow But Sure Yak Herding Master

3608 Posts

Posted - 2010-10-08 : 10:53:27
Thid is just an informational message telling you that mfun.AuditStampLocked does not exist. This does not indicate a failure of the SP.
Go to Top of Page
   

- Advertisement -