Viewing 15 posts - 421 through 435 (of 1,182 total)
SQL-Student (3/22/2010)
What about customer support?From what I know, Microsoft will not support you, if you make modifications to the SSRS Catalog manually.
*grin* Don't tell them
March 23, 2010 at 6:31 am
Gaurav.Vinodkumar (3/22/2010)
March 22, 2010 at 8:33 am
How do you come to the value of 3 for left nodes with a value of 2 passed in? The way I understand it. ID 2 is a left (thatβs...
March 19, 2010 at 11:55 am
or remove the case all together...
SELECT * FROM yourTable WHERE yourField <= @parameter + 1
February 24, 2010 at 10:48 am
You should find out why the subscription is getting messed up instead of working around the problem. π
February 22, 2010 at 6:36 am
Kevin,
When that situation occurs it means that something went wrong during the execution. You will need to delete that subscription and create a new one.
February 19, 2010 at 9:03 am
One possible hack...
Look through the SQL jobs on your ReportServer instance named with a GUID. Since you've changed it so it would run in the past, you should be able...
January 26, 2010 at 12:22 pm
Does your MonthYear table have entries for 2010?
January 18, 2010 at 9:53 am
Actually, it's less complicated than that. One (or more) of your parameters "depend" on the user's selection of another parameter. Simply move any paramter the relies on another parameter lower...
January 4, 2010 at 8:23 am
What's on line 95? π
July 8, 2009 at 10:58 pm
Search this site for the SPLIT function...
June 25, 2009 at 11:33 am
If you have a table like "tblTeamMembers" or "tblTeams" you'll need to LEFT JOIN the tblActivity to it.
June 25, 2009 at 11:31 am
All,
This is a link to the most recent version. I have not returned to work on this process since it's creation and there may be many ways to improve upon...
June 18, 2009 at 10:09 am
You'll have to address the security issue. I haven't gone down that path, so good luck ... !!!!
and if you get it, post your solution here for all to see...
March 23, 2009 at 9:29 am
Viewing 15 posts - 421 through 435 (of 1,182 total)