SQL SERVER | Ricercare un testo in tutte le stored procedure
SELECT o.Name AS ‘StoredProcedure’ FROM SysObjects AS o INNER JOIN SysComments AS c ON o.ID = c.ID WHERE c.\[Text\] LIKE ‘%testo da...
1 articolo con questo tag.
SELECT o.Name AS ‘StoredProcedure’ FROM SysObjects AS o INNER JOIN SysComments AS c ON o.ID = c.ID WHERE c.\[Text\] LIKE ‘%testo da...