What field which contains a database query like inside

What field which contains a database query like inside

select *
from sysobjects o, syscomments s
where o.id = s.id
and text like '%text%'
and o.xtype = 'P'

You need to check into text fields

 

Which of the image database query table which contains
'%% name table' and o.id = s.object_id select o.name from sys.all_sql_modules s, sysobjects o where definition like

Replace the need to check the table name table name

Guess you like

Origin www.cnblogs.com/chenqingbin/p/11320144.html