Viewing 15 posts - 10,966 through 10,980 (of 11,678 total)
Lisset (10/26/2010)
I see the variablewhile is running using a breakpoint.I has tried declaring the variable like Object, and don't capture the value.
There is no need to declare the variale as...
October 26, 2010 at 10:57 am
GSquared (10/26/2010)
da-zero (10/26/2010)
If you really want to keep your % sign, then you'll have to import it as strings.
Bad idea!
First, you won't be able to query it mathematically. Second,...
October 26, 2010 at 9:50 am
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
Viewing 15 posts - 10,966 through 10,980 (of 11,678 total)