Use the following stores Procedure to insert
CREATE procedure sp_insertBulk
as
-- SETUP RUNTIME OPTIONS / DECLARE VARIABLES --
declare @count int
SELECT @count=100
while (@count < 900) begin
INSERT INTO DV812.DBO.F00950 VALUES ('4','IC9017642','*ALL','MCU',' ' + convert(varchar,@count),
' ','CostCenter',' ',' ',' ',' ','Y','Y','Y','Y',' ' + convert(varchar,@count) ,
0,' ',' ',' ',' ',' ',' ',' ','IC9017642','EP00950','DENDS040',107234,72943.000000,0,0,0,' ')
SELECT @count =convert(int, @count) +1
end
GO
'SPACESHERE ' + convert(varchar,@count) is concatenating Spaces and the varchar equivalent of the count variable
Review Situs Agen Poker - Mencari Agen Poker Terpercaya
-
*Review Situs Agen Poker *- Anda jangan khawatir tentang *Bandar Agen Poker*
Penipu di karenakan kami Review Situs Agen Poker sudah menyiapkan sebuah
ulasa...
9 years ago
No comments:
Post a Comment