I would like to insert a value retrieved from a counter in SQL and repeat it 300 times.
Something like:
DECLARE @Counter = 0; -- BEGIN Loop SET @Co
In ssms we can use GO to execute same statement
Edit This mean if you put
some query GO n
Some query will be executed n times