Closed GoogleCodeExporter closed 9 years ago
Trying to use XML instead of union all
Original comment by a03pe...@gmail.com
on 9 Jun 2012 at 8:11
Using VALUES instead. It is limited to 1000 rows per insert so I limited the
max RepeatCount on ExecutionItem to be 1000.
If need to insert more than 1000 for one item then the Execution count based
execution type should be used instead.
XML had problems of values being hardcoded (ie no use of the SQL query
generator), and it was still not possible to insert as many rows in one go as I
wanted. The script file simply became to big.
It might be possible to do this if we choose to use Parameters instead and then
stream the XML data to the sql server.
Original comment by a03pe...@gmail.com
on 9 Jun 2012 at 10:41
Original issue reported on code.google.com by
a03pe...@gmail.com
on 9 Jun 2012 at 8:10