Open fjtello opened 7 years ago
select top 100 o.object_id, o.name SP, o.create_date, convert(varchar(max), m.definition) definicion from sys.objects o left join sys.sql_modules m on (m.object_id = o.object_id) where type = 'P' and m.definition like '%alertaase%' order by 1
select top 100 o.object_id, o.name SP, o.create_date, convert(varchar(max), m.definition) definicion from sys.objects o left join sys.sql_modules m on (m.object_id = o.object_id) where type = 'P' and m.definition like '%alertaase%' order by 1