Pipeworks icon indicating copy to clipboard operation
Pipeworks copied to clipboard

Select-SQL should split on 'GO'

Open StartAutomating opened this issue 2 years ago • 0 comments

Many a SQL script written in management studio is actually sent as more than one statement.

Select-SQL should split any sqlstatement by a single line containing 'GO', and run each statement one by-one.

StartAutomating avatar Mar 27 '23 01:03 StartAutomating