SyntaxFix
Write A Post
Hire A Developer
Questions
The best speed when run query
DECLARE @num INT = 1000 WHILE(@num<1050) begin INSERT INTO [dbo].[Codes] ( Code ) VALUES (@num) SET @num = @num + 1 end