Viewing 15 posts - 10,966 through 10,980 (of 11,676 total)
You can still configure the Excel connection manager to skip the header, but you can't configure it to skip additional rows.
You can try to add a conditional split to remove...
October 26, 2010 at 6:39 am
At my previous project, I had BIDS 2005/08 installed and SSMS 2005/08 installed.
SSMS 2005 is still useful as you can only connect to Integration Services 2005 with SSMS 2005.
October 26, 2010 at 6:37 am
Alvin Ramard (10/25/2010)
The more ETL work I do, the more I hate Excel.Excel is a great product. Just keep it away from ETL.
Agreed. For some reason most (business) people tend...
October 26, 2010 at 6:35 am
If you really want to keep your % sign, then you'll have to import it as strings.
October 26, 2010 at 6:32 am
Maybe you can use a small script task to create the folder and an empty file.
Then, copy the 3 files to the archive and just append the data.
October 26, 2010 at 6:27 am
Hugo Kornelis (10/26/2010)
The reason I missed a point is because, when doing some research, I found this text:
"If you...
October 26, 2010 at 3:33 am
Soulfly73 (10/25/2010)
Thanks for your reply, the update will be on less than 1000 records per day, so performance (at night) isn't all of a issue. I have solved it...
October 25, 2010 at 1:20 pm
Satyananda.Reddy (10/25/2010)
make variable datatype as Object and try
Why? The query has obviously the purpose the return a scalar result, hence the Single Row resultset.
A variable of type Object is typically...
October 25, 2010 at 1:16 pm
How are you looking at the variable?
After you have run the package, or while the package is running using a breakpoint?
October 23, 2010 at 12:24 pm
To make it easy for your management:
SQL query to database: find the needle in the haystack
Cube: look at the whole haystack
October 23, 2010 at 12:23 pm
If there is such an object (that can tell you how many rows are affected), I would like to hear about it. It would be very useful.
If you keep audit...
October 23, 2010 at 12:08 pm
Another option is to use to data conversion component to convert the boolean values (which are by nature true or false) to integer. This should return your 0 or 1...
October 23, 2010 at 11:46 am
krishna.msbi2008 (10/22/2010)
...in that institute ...
Institute. That explains a lot. 😉
(how come this thread is already 5 pages long and yet contains so little value?)
October 23, 2010 at 11:40 am
Alvin Ramard (10/22/2010)
krishna.msbi2008 (10/22/2010)
hiiii frds..After deploy the package in filesystem.
how the client can extract the package
What do you mean by: "extract the package"?
I can't help but wonder what the client...
October 22, 2010 at 11:56 am
Viewing 15 posts - 10,966 through 10,980 (of 11,676 total)