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

前端 未结 13 1149
萌比男神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条回答
  •  Happy的楠姐
    2020-12-30 03:27

    If you have downtime available.

    Go into "Generate scripts" and generate 'create' scripts for all of your sprocs you want to edit.

    Replace the text in the script and just drop and re-create all of them.

提交回复
热议问题