Viewing 14 posts - 1 through 15 (of 15 total)
Thanks brain for the article! It was really interesting. I managed to solve my problem eventually. A space was carried along with the number by a misstyped "case" of mine.
July 5, 2011 at 12:59 am
They are two 12 digit numbers as the rest of the results.
I just did a select on the original table for these specific rows and the return result is that...
July 4, 2011 at 8:58 am
Gladly! 🙂
What I did was create a temporary table to hold the grouped data and then selected those with the id = 1. If it was a default status it...
March 22, 2011 at 6:23 am
It did work after some changes so thank you all for your help!
March 22, 2011 at 1:35 am
Thank you Chris! That really helped me a lot! Think I am getting close now.:-D
March 17, 2011 at 9:37 am
Exactly the same problem I had with "count" too. Group By(and lack of experience :P) in general is killing me.
As default I want it to get the value that...
March 17, 2011 at 6:14 am
Brandie Tarvin (3/16/2011)
March 17, 2011 at 4:44 am
Well the desired output would be a table C with the following rows
C
Deal Number - Deal Status - Step Number
125 | Pro | 1
125 | Beg | 2
125 | Opn...
March 16, 2011 at 8:41 am
It finaly worked by changing move to copy and delete! Can't believe that it was something like that!
Thanks Dave!
March 1, 2011 at 4:09 am
Thanks for the suggestion Dave, I ll give it a try. I am not exactly an expert also so that's why I am struglling now 🙂
March 1, 2011 at 3:35 am
Plus regarding my second post the error message that I get is expected since I tried to run the package localy from my machine and not from the server directly....
March 1, 2011 at 3:12 am
Hi Dave and thanks for the quick reply!
My script goes like that
For Each oFile In oFiles
...
March 1, 2011 at 3:05 am
I have an update on my problem. I discovered that the problem was not with the job itself but with the package. I tried to run it through Integration services...
March 1, 2011 at 2:29 am
Viewing 14 posts - 1 through 15 (of 15 total)