Quickest/Easiest way to use Search/Replace through all stored procedures

前端 未结 13 1179
萌比男神i
萌比男神i 2020-12-30 03:05

Actually, this is a 2 part question.

  1. Is it possible to use some sort of functionality to search through every stored procedure for a string and possibly rep

13条回答
  •  清酒与你
    2020-12-30 03:20

    Update I just realized the link in David's answer included the search function. again, it's a great answer.


    David Atkinson's answer is great, just want to add the search part. (not sure when the search is added in SSMS, my version of SSMS V17.9.1)

    Instead of selecting stored procedure one by one, I can do search.

    • The search takes wildcard, similar to 'like' in TSQL

提交回复
热议问题