Viewing 15 posts - 16 through 30 (of 53 total)
Can you manually create a new file in the location specified?
June 8, 2011 at 7:36 am
Do with it as you wish. 🙂
I do not have to deal with negative numbers but it is not to hard to explain, what changes would i have to make?
Always...
May 20, 2011 at 5:59 am
Mister.magoo, You sir are a beautiful human being. Need to run a few more tests but it all looks good. Thanks a lot!
May 20, 2011 at 5:51 am
SELECT ROUND(16499.00,0-LOG10(1000))
So its
SELECT ROUND(Result,0-LOG10(RoundingNumber))
IS that correct?
Thanks for all your help
May 20, 2011 at 5:43 am
Thanks. Thats almost perfect. However, it always rounds down. How can i get it to round to the nearest?
May 20, 2011 at 5:29 am
Figured it out, i was missing my slashes! Thanks again for all your help!
December 17, 2010 at 2:24 am
Hi Guys.
Thanks for all your help, sorry it has taken me so long to reply. I have been in bed with flu.
The IMEX solution looks like it will do the...
December 15, 2010 at 3:37 am
I managed to sort this problem out a few days ago.
It turns out that i was not setting the connection string for the excel connection properly.
I did learn...
September 9, 2010 at 2:25 am
Ok, i have managed to replicate the behaviour in a simple package that is easy to test.
I have package that contains a foreach loop container. That container is pointed at...
September 6, 2010 at 5:10 am
Anyone else got any ideas?
September 5, 2010 at 5:17 pm
Just to echo the other Steve's, Selecting the data for export from a SP/View/Query and perform the truncation there.
Happy to help
Steve (From England)
September 2, 2010 at 8:33 am
rogierpronk-1038114 (9/2/2010)
I think you should look at your for each loop, this is running for each file, so if you have 3 files it's running 3 times.
Correct, but if i...
September 2, 2010 at 4:20 am
Just tested this functionality myself. In the dataflow, the source was set to the database and the destination was set to a text file. I had the same settings as...
September 1, 2010 at 8:47 am
Hi,
One thing to remember is that the first column in a flat file is usually Column 0.
If you have already taken this into account then you could use a data...
September 1, 2010 at 1:40 am
Viewing 15 posts - 16 through 30 (of 53 total)