Back to Browse

MS SQL tutorial on searching for stored procedure for text

998 views
Oct 14, 2021
4:51

This is a Microsoft SQL tutorial showing how to search stored procedures for text. Comlimentary video: SQL schemas: https://youtu.be/Ql1lmagUpxg Complimentary SQL: select ob.name , ob.type_desc , mo.definition from sys.objects ob inner join sys.sql_modules mo on ob.object_id = mo.object_id where mo.definition like '%sales%' and ob.type_desc = 'VIEW'

Download

1 formats

Video Formats

360pmp47.1 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

MS SQL tutorial on searching for stored procedure for text | NatokHD