Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
NJDba
Starting Member
31 Posts |
Posted - 2007-11-19 : 18:03:34
|
I migrated the DTS from 2000, and the migrated SSIS which includes ActiveX script is 11KB, takes 00:00.125 running. I rewrote the SSIS using some new features provided in BIDS, and the new package is 50KB, takes 00:00:6.016 running. Is that normal or maybe because of the efficiency of my code?thanks. |
|
nr
SQLTeam MVY
12543 Posts |
Posted - 2007-11-20 : 08:33:21
|
Due you have many versions saved in the file?I would guess you should look at the code. As with most applications it's possible to write things very inefficiently.==========================================Cursors are useful if you don't know sql.DTS can be used in a similar way.Beer is not cold and it isn't fizzy. |
 |
|
|
|
|