Viewing 15 posts - 1 through 15 (of 25 total)
You could use the FILTER funtion to remove those that are <= 0. Here is an example that works in the Adventure Works sample cube:
SELECT
[Measures].[Internet Sales Amount] on columns,
FILTER([Promotion].[Promotion].children,...
July 21, 2010 at 10:02 am
Nope. It was suggested that I uninstall and re-install.
December 14, 2009 at 5:05 am
Thanks. It was named that way because if you do not follow all the steps you will encounter a 401. We maybe should have added something about upgrading...
October 8, 2009 at 10:18 am
ERROR: Client found response content type of '', but expected 'text/xml'.
We did encounter this error. You have to ensure that your proxy or application is referencing the...
October 8, 2009 at 10:17 am
This only applies to SSRS 2008. SSRS 2005 uses IIS, therefore these options would be set there. shoot me an email at pleblanc@tsqlscripts.com if you need help.
October 8, 2009 at 4:00 am
Not without searching extensively through the error log. I would suggest using the Profiler or as you stated in your posts events, specifically extended events if you are running...
August 31, 2009 at 9:27 am
Thanks, this will come in handy with some of my complex warehouse transformations.
April 17, 2009 at 11:20 am
Thanks. That is what I was looking for.
January 7, 2009 at 7:02 am
Can a SQL Server 2005 database engine host the ReportServer and ReportServerTempDB database for a SQL Server 2008 Reporting Service installation?
Sorry for the confusion.
January 6, 2009 at 7:55 pm
Great Video. I have a question. We have a group of developers that rollout scripts to specific servers. I need to grant them permissions that will allow...
November 19, 2008 at 9:03 am
Thanks for the post, I found the answer that I needed. I am going to Alter my database and set a maximum size. This will prevent it from...
July 10, 2008 at 8:04 am
Viewing 15 posts - 1 through 15 (of 25 total)