Viewing 15 posts - 1 through 15 (of 34 total)
Thanks Phil.
Gosta, it feels a lot better to know that others have issue as well and its just not I and my skills 😛 !
I can now conclude that the...
February 15, 2010 at 9:28 am
Emily, want to write thanks again.
I had to implement your suggestion in order to import another Excel file.
I had to increase the 'TypeGuessRows' to 1000 since there were many records...
February 13, 2010 at 8:14 pm
Thanks Steve.
I am getting the excel sheet from the other team so could not try what you had suggested.
Thank you very much Emily. I wanted to try the below thingy...
February 10, 2010 at 5:14 pm
you are right, I am in wrong forum, however, its SSRS 🙂
Thanks for your time!
January 18, 2010 at 7:24 pm
Thanks for the reply.
You are right, its a typo 🙂
January 16, 2010 at 12:06 pm
Arun: Thanks for the help.
Dave : Thanks, I did not state the problem clear enough. My bad.
I have to group by col1 and YYYYDD.
So basically, I need two groupings but...
January 15, 2010 at 3:14 pm
Thank you all, for your help.
Modified the queries and added one index (a composite one) which has increased the performance unbelievably.
January 5, 2010 at 8:51 am
The following is the piece of code :).
WHILE (@i < 2)
BEGIN
SELECT *
FROM Table1 T1
JOIN Table2 T2
ON T1.var1 = T2.var1
AND
CASE @i
WHEN 0 THEN T1.var2 = T2.var2
...
December 7, 2009 at 11:14 am
Hi,
I did the same with the help of 2 script tasks, one inside the foreach loop task and the other one, outside.
Thanks
October 8, 2009 at 2:17 pm
Hi kbatta,
I implemented your idea and I am happy that it works.
I am stuck at another point now.
Is there any way that I can find out that the for each...
October 8, 2009 at 11:18 am
Thanks Kbatta. I will try it out.
October 8, 2009 at 8:39 am
Thanks you all for your ideas.
I will try and see if I am able to achieve the requirement.
October 8, 2009 at 8:37 am
Viewing 15 posts - 1 through 15 (of 34 total)