![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
I used the following SQL query to insert data into another table using DTS connection. I thought that following will insert the rows from a table 10 times into the destination database. However, insertion is done only once. DECLARE @count integer SET @count = 0 WHILE @count 10 begin SET @count = @count + 1 SELECT * FROM Categories end |
![]() |
| Thread Tools | |
| Display Modes | |
| |