Community

How to execute a SQL batch multiple times with GO

(Jack Vamvas) Question: I’d like to execute a batch sql statement through SQL Server management studio multiple times and avoid using a loop statement or other similar constructs .