Viewing 15 posts - 46 through 60 (of 410 total)
Hey Jenny,
It definitely works for excel.
I have a for each file enumerator which enumerates and even traverses subdirectories and imports any excel files found (amongst other things). Wrote it quite...
September 5, 2008 at 1:45 am
Hey Jacobus,
You could for example use a variable as a SQL source, and then populate the variable in a scripting task.
Sterkte man!
~PD
September 5, 2008 at 1:27 am
I suspect that your row width needs to be adjusted by 3 characters
September 5, 2008 at 1:26 am
I am assuming that you know what the VB.NET script fundamentally would look like (my forte is definitely not VB.NET). Sure if you google accessing a sharepoint site via .NET...
September 5, 2008 at 12:55 am
You may consider creating a new file outside of the for each loop enumerator, and then disabling the overwrite option during the loop section.
You would most probably have to increment...
September 5, 2008 at 12:50 am
As far as I know bulk insert is for use with flatfiles.
You can insert using commit batch sizes, which should improve your performance
September 5, 2008 at 12:46 am
Jamie's site - Conchango.
My bad, getting old here
September 5, 2008 at 12:43 am
Professional SQL Server 2005 Integration Services really worked for me. I suppose its different strokes for different folks.
What I did find to be very helpful when just starting on SSIS:
-...
September 5, 2008 at 12:42 am
For each ADO enumerators are actually really easy.
- Create an object variable, and add a prepare SQL task to your control flow.
- Write the SQL statement, and change to full...
September 4, 2008 at 7:44 am
Many ways to skin a cat, whichever works best for a particular situation...
Assuming that you were using a For Each ADO enumerator, I dont see any reason why the loop...
September 3, 2008 at 10:32 am
Hey,
There is a sum operation on the aggregate function, also a count distinct, mini and maxi.
But careful, you would need the values to be sorted prior to performing the aggregation...
September 3, 2008 at 10:23 am
No prob,
I am actually offline from SSC for a while to finalise my project but thought I would just put in 5 cents today on this post....
Crever has made a...
June 30, 2008 at 10:25 pm
Jim Russell (6/27/2008)
Jeff -- I am continually amazed at the effort you put in to help us all out. Thanks very much!!
I am with Jim on this one, it is...
June 28, 2008 at 12:42 am
I am going offline from SSC for a about a month, finally got some actual productional sourcefiles to work with.
Keep on posting if you find any new techniques though, mighty...
June 27, 2008 at 4:37 am
😀 One out of 2 correctly spelt names is a start...
Thanks Jeff,
Sorry, getting a bit absent minded here. You are right, I did suggest SSIS, my bad (3 letters -...
June 26, 2008 at 11:45 pm
Viewing 15 posts - 46 through 60 (of 410 total)