Skip to content

Instantly share code, notes, and snippets.

@atshane253
Created September 21, 2017 21:02
Show Gist options
  • Save atshane253/44e0c48e144cbc7315b5c9cc394f40cd to your computer and use it in GitHub Desktop.
Save atshane253/44e0c48e144cbc7315b5c9cc394f40cd to your computer and use it in GitHub Desktop.
SSMS Find and Replace Regexes for Script Table Template Parameters
MATCH
---
UPDATE
[Column] = <Column, type,>
\[(.*?)\] = <.*?, (.*?),>
INSERT
<Column, type,>
<(.*?), (.*?),>
REPLACE
---
DECLARE
@$1 $2
CONSUME
@$1
$1 = @$1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment