Viewing 15 posts - 8,626 through 8,640 (of 18,926 total)
Ma bad... must have been a little accident !!!
December 15, 2008 at 4:48 am
Hollly crap, that's funny!!! :w00t:
December 14, 2008 at 5:39 pm
Looks like a world guiness long distance throw to me!!
December 10, 2008 at 8:58 am
Is it the same performance than using inline code? I ask because in MS Access, that can really hurt you (not always)... same thing with a functino in t-sql.
December 10, 2008 at 7:36 am
What happened to those threads??? I can only find 2 refferences to them and there's no navigation to see the rest of the posts...
has it been rounded down to reduce...
December 10, 2008 at 6:02 am
208 posts on this one??? is that getting close to a new record or something?
December 10, 2008 at 5:28 am
I know... untill you start using sps that do DML, then you canget seriously screwed if you're not carefull... unsupported, I find another way!
December 10, 2008 at 12:33 am
Or another one :
SELECT Sex, COUNT(*) as Total FROM (SELECT Id, Sex FROM dbo.Table GROUP BY Id, Sex) dtName GROUP By Sex
--ORDER BY Total DESC
December 10, 2008 at 12:14 am
I just had the same problem... SSRS doesn't short-curcuit the IIF... meaning it evaluate everything regardless if the results (even that is inconsistant!!).
So you need the put the IIF again...
December 10, 2008 at 12:10 am
I'm just guessing here... but aren't #temp table transaction NOT logged?
One way to use your idea would be to create a db just to hold those results and put the...
December 9, 2008 at 11:41 am
WayneS (12/9/2008)
DiverKas (12/9/2008)
December 9, 2008 at 8:19 am
Just to put some oil on the fire... I just started working with SSRS and it beats the crap out of manually making excel files. Since it does not...
December 9, 2008 at 8:15 am
Thanks, and I also found later that under the group option in the general tab, there's a checkbox at the bottom that roughly says (translating from french) : Group Headers...
December 9, 2008 at 6:15 am
Thanks, sounds like a plan, let me test that on a backup copy of the rdl ;).
Still no info on the 2008/2005 test, I haven't had time to perform it...
December 9, 2008 at 6:03 am
Viewing 15 posts - 8,626 through 8,640 (of 18,926 total)