Viewing 15 posts - 46 through 60 (of 238 total)
I found this problem on a client machine that had a mixed history of components being installed and removed, where they had previously been able to connect Excel to a...
September 16, 2013 at 6:35 pm
One technique I've seen is to control the report depending on the render format. I *think* when you include the report in the body of an email subscription that it's...
July 29, 2013 at 6:28 pm
Jeff Moden (5/29/2013)
A "Functional DBA" is one that simply hasn't had too much of his own beer to drink. 😛
That's a "Functioning DBA" :p
May 30, 2013 at 7:03 pm
djackson 22568 (5/29/2013)
Steph Locke (5/29/2013)
djackson 22568 (5/29/2013)
Steph Locke (5/29/2013)
SSRS has...
May 29, 2013 at 6:55 pm
I am assuming you are just including the TEMT_CLUSTER_SMALL fact table in the analysis, that's probably the right way to proceed, but I am wondering how useful clustering analysis is...
May 27, 2013 at 7:37 pm
I think the issue is that you've set ID_NUM as a key. They aren't unique so the data mining tool is getting confused.
You don't need to change the data to...
May 26, 2013 at 7:23 pm
What you're looking for is an "accumulating snapshot" fact table. This is a fairly common data-warehousing pattern.
There's heaps of information on how to create them which I won't repeat...
May 26, 2013 at 7:11 pm
I'm glad you did the testing, and I agree with your conclusion. Testing for rows will be way more consistent and robust than testing for nothingness.
Sounds almost existential
May 15, 2013 at 5:59 pm
This reminds me of a situation I encountered where a stored procedure was querying an Analysis Services cube, storing rows in a temp table and then returning results to Reporting...
May 15, 2013 at 12:03 am
What version of Reporting Services is this?
Do you have an SMTP server (or exchange) set up in the Reporting Services config utility on the server? Is it on a reachable...
May 12, 2013 at 11:43 pm
Assuming your field1 and field2 are rows, you can create a row group. Generally groups rely on the dataset having the same value in a certain column.
e.g. If you have...
May 12, 2013 at 6:13 pm
While I'm here is there a way to surpress the top line?
<?xml version="1.0" encoding="utf-8" ?>
- <Report xsi:schemaLocation="XML_test http://reportserver?%2FXML_test&rs%3AFormat=XML&rc%3ASchema=True" Name="XML_test" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="XML_test">
I don't think you should remove that.
Those lines are...
May 7, 2013 at 7:07 pm
I would argue that the central lat/long of a particular ZIP code region is fine enough granularity. Unless you are a Telco or a Utility, mapping the exact coordinates of...
April 28, 2013 at 7:02 pm
Gah! I hate how this forum errors out if you take too long writing a reply. Lost all of it 🙁
Anyway, here's a quick re-write.
Firstly, AXIS 0 is the columns,...
April 21, 2013 at 7:10 pm
Viewing 15 posts - 46 through 60 (of 238 total)