0
Object does not exist in this database.
This error occurs when the object you specified does not exist in the current database when you run any of the following stored procedures:
sp_auditobject
sp_auditsproc
sp_depends
sp_estspace
sp_foreignkey
sp_help
sp_helpartition
sp_helpconstraint
sp_helpindex
sp_helptext
sp_primarykey
sp_procqmode
sp_remap
sp_spaceused
Make sure you are in the database in which the object resides before entering the stored procedure command. Use the owner name in your object name specification if you are not the object owner.
All versions