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

前端 未结 13 1146
萌比男神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:31

    Hmm, dropping and rebuilding all procedures worked, unfortunately it crashed the SQL server upon which the SCADA for a rather large factory relied.

    It saved a bit of effort editing them individually and the factory was only stalled til I rebooted the server.

    But exercise some caution methinks. I was fair crapping myself for a moment there.

提交回复
热议问题