Skip to content

Instantly share code, notes, and snippets.

@mikerodionov
Created March 14, 2019 15:27
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
DECLARE @count int
SET @count = 1
WHILE @count <= 200
BEGIN
INSERT INTO [K2].[dbo].[StringSmO] values ('Subservice To Be Selected in Drop Down Long Name!')
SET @count = @count + 1
END
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment