You know the object name but you do not know to which database does it belongs :) ..
Try msforeacdb:
sp_msforeachdb 'use ?;print "?";select name from sys.sysobjects where name=''
Try msforeacdb
sp_msforeachdb 'use ?;print "?";select name from sys.sysobjects where name=''
No comments:
Post a Comment