I got it with your help. I used like
Code:
DECLARE @CN INT=1 WHILE (@CN<=100) BEGIN INSERT INTO User DEFAULT VALUES // I need to use IDENTITY column that's why set @CN +=1 END
DECLARE @CN INT=1 WHILE (@CN<=100) BEGIN INSERT INTO User DEFAULT VALUES // I need to use IDENTITY column that's why set @CN +=1 END
Leave a comment: