Viewing 15 posts - 8,626 through 8,640 (of 18,923 total)
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
... and you can open fire on the server run with a shotgun and call your service rep for a free replace of the servers too.
I wouldn't try...
December 9, 2008 at 6:01 am
I still don't see anything in the matrix options to add a new DATA column (not another grouping).
Again here's what I see in case I'm just missing something obvious :...
December 9, 2008 at 4:41 am
Exactly... that's because the servers needs to assume that the state of the DB and data will not change by calling the function (again, by design because the server would...
December 9, 2008 at 4:19 am
Viewing 15 posts - 8,626 through 8,640 (of 18,923 total)