select sysobjects.name, sysobjects.id,syscomments.text
from sysobjects,syscomments where sysobjects.id=syscomments.id and syscomments.text like '%ServiceStatus%'
select sysobjects.name, sysobjects.id,syscomments.text
from sysobjects,syscomments where sysobjects.id=syscomments.id and syscomments.text like '%ServiceStatus%'