Viewing 12 posts - 31 through 42 (of 42 total)
Just did some more checking, and it looks like database has Auto Update Statistics set True, so this may not be an issue.
January 18, 2013 at 6:58 pm
Vendor will bill us if something gets broken through our tempering, but the problem is that to get any kind of response from them takes an ungodly amount of proof...
August 16, 2012 at 11:00 am
It's possible for sure. The error has not been seen since it happened on saturday. I've checked logs periodically since then, and nothing like has appeared.
August 14, 2012 at 2:19 pm
Just checked in Manage Schedule console, no record of schedule with that ID.
August 14, 2012 at 12:46 pm
I've looked through the table, and it doesn't seem that any of the tasks have a schedule_id that's listed above. Perhaps this is why there was a warning in the...
August 14, 2012 at 12:04 pm
I'm working with SQL 2008 (SP3). I've tried all the tables you've listed above, but neither one of them contain the schedule id that was reported by error log.
August 13, 2012 at 4:58 pm
Les Cardwell (6/26/2012)
DROP TABLE #T;
CREATE TABLE #T(Col1 INT)
INSERT INTO #T
SELECT 1 UNION ALL
SELECT 1 UNION ALL
SELECT 2 UNION ALL
SELECT 3 UNION ALL
SELECT 4 UNION ALL
SELECT 1
--SELECT SUM(DISTINCT(Col1)) AS 'Sum of...
June 26, 2012 at 4:21 pm
Unfortunately, there is no way to fix the particular join to lose the duplicate values. I've checked every which way, and the tables I'm joining are only linked to each...
June 26, 2012 at 3:32 pm
It's one field being multiplied by the other one to get totals. I do that in SQL, and then sum it in SSRS
June 8, 2012 at 12:57 pm
Yes, just checked again, no option has been turned on. It seems like even if you make a report through wizard, and use grouping, you end up with a group...
May 21, 2012 at 10:37 am
Actually I found the problem. I was trying to create parameter drop down list from the same datasource as I was pulling the data from. Added another datasource and that...
April 4, 2012 at 3:06 pm
Is there a way to break or disable forward dependencies for SSRS. I've got a report that has parameters, which don't really have anything to do with each other. Whenever...
April 3, 2012 at 6:55 pm
Viewing 12 posts - 31 through 42 (of 42 total)