Published in: SQL
|
|
|
Place you object name here must be replaced with your object name ;)
Expand |
Embed | Plain Text
exec master..sp_MSforeachdb 'if exists(select id from ?.dbo.sysobjects where name =''Place you object name here !'') print ''?'''
You need to login to post a comment.

