Viewing 15 posts - 5,476 through 5,490 (of 9,643 total)
It's possible that you may be missing an index on that table so an action is taking a table lock instead of lower level lock.
April 6, 2009 at 8:05 am
Prayers for you and your family Roy.
April 6, 2009 at 7:46 am
Manie,
That's a good one, I think I've heard a similar story before.
Steve,
I don't usually turn on the lights, but I do let natural light in. Of course the emergency...
April 6, 2009 at 3:54 am
Lempster,
I'd have to look into using the Log providers. I actually learned some about them AFTER I wrote the script component and article. As you can see from...
April 6, 2009 at 3:47 am
I don't think that there is a way to do what you want at least not dynamically. Could you use a textbox above each subreport with static text and...
April 3, 2009 at 2:10 pm
Have you tried using the AVG() aggregate function in the second matrix? Or is there some reason why this doesn't meet the need?
April 3, 2009 at 12:34 pm
Are you rendering all the sub-reports at the same time in the main report or is there something in the parameters or data that determines which sub-report is rendered?
April 3, 2009 at 12:33 pm
John,
Thanks for the nice comment. Just so you know earlier in the thread I attached an SSRS report that displays the data from the catch-all data, parsing the xml...
April 3, 2009 at 9:48 am
Thanks for the positive feedback dg.
Nico,
This article deals with 2005. In the post just before yours there is a link to an article for 2008. Here it is...
April 3, 2009 at 6:00 am
Duh, my bad Matt. I had a brain cramp. A primary key cannot contain a nullable column. I was thinking unique constraints which would be a natural...
April 2, 2009 at 6:35 pm
Bob Hovious (4/2/2009)
April 2, 2009 at 8:24 am
Ouch! How does anything work that is accessing that table?
April 2, 2009 at 7:13 am
Well, it depends on how you are calling it. If you are doing something like this:
Exec [dbo].[UserRoleMapping] parameter list
Then you will not get anything returned as this type of...
April 2, 2009 at 7:00 am
Duplicate post. Please post any answers here
April 2, 2009 at 6:54 am
Have you verified that the linked server user has Select permissions on the table(s) where the queries are failing?
April 2, 2009 at 6:50 am
Viewing 15 posts - 5,476 through 5,490 (of 9,643 total)