Viewing 5 posts - 1 through 5 (of 5 total)
To Balmukund
Thanks that was an interesting read. In the case I mentioned we were getting the correct results which had been verified. It was simply too slow and based on...
June 27, 2006 at 9:34 am
Hi Philip
You are getting warmer!
Yes that is along the right lines, but the transformation will actually do the 'for' loops for you. Basically...
June 23, 2006 at 10:54 am
Philip:
An 'ActiveX' transformation allows you to write Visual Basic code that can execute the calculations for you on the fly.
Search the web for examples of DTS packages using ActiveX. I...
June 23, 2006 at 10:28 am
If you are comfortable using VB then DTS is the choice for you. You can execute an ActiveX transformation during the import process. Essentially you can execute custom VB Script...
June 21, 2006 at 12:06 pm
I ran into one massive performance slowdown that was actually sloppy work at a previous employer.
There was a table that used a DECIMAL(12,0) for a primary key (related to a...
June 21, 2006 at 10:43 am
Viewing 5 posts - 1 through 5 (of 5 total)