Viewing 15 posts - 196 through 210 (of 225 total)
Does the query only take that long to execute in SSMS, or did you actually check the ReportServer logs and see how long the time was divided between execution and...
March 24, 2011 at 4:13 am
Is it possible you've got the parameters set to TEXT or DATE, and then used a different parameter type (NVARCHAR OR DATETIME) when you're running it in SSMS? I've seen...
March 24, 2011 at 4:11 am
That is really strange, and I'm sure it's not meant to work like that.
There is a vertical gap between the two, and they both have the exact same value for...
March 24, 2011 at 4:08 am
Document maps only show in a PDF when you've set a document map label property on some report items. If you removed all of those it wouldn't generate.
Or you can...
March 21, 2011 at 3:49 am
TravisDBA (3/10/2011)
I once worked with a company where the IT manager gave SYSADMIN access to all of his developers on the production db servers.
I kind of agree with that in...
March 10, 2011 at 3:49 am
Agreed! Though, I was working on a few dozen Alpha timeshare machines for a few years, and we only used that measure in emergencies π
The issue of non-programmers (PET) doing...
November 19, 2010 at 5:21 pm
I liked today's article, I never thought about the implications of Gs before.
What I noticed in particular was how you felt you track things more closely because you come from...
November 16, 2010 at 2:23 am
I'll try this off the top of my head for fun. Maybe then we can get some discussion going on points I'm wrong π After all, I'm not Googling these.
1....
October 25, 2010 at 7:59 pm
I'd first eliminate any problems in the query by cutting and pasting it into SSMS and seeing what gets returned and in what time. (It could have a bad join...
October 16, 2010 at 2:43 am
I concur with SSC-Enthusiastic.
You'll only need to cross data sets if the two things you want to mesh are from different servers. Otherwise you can combine the two tables (even...
October 16, 2010 at 2:35 am
Me too, I've done the same. I don't get why he's trying to do it his way though.
October 14, 2010 at 7:02 pm
You can't. And seeing as you can set the parameters on the report to come from T-SQL or be affected by other parameters I can't think of any good reason...
October 13, 2010 at 7:12 am
Abs-225476 (10/12/2010)
October 12, 2010 at 4:10 am
Daniel Bowlin (10/7/2010)
Sachin Vaidya (10/7/2010)
I donβt know how many users would like to wait for such long time to see the reports.
I don't know ANY users that would even...
October 12, 2010 at 3:59 am
martin-325528 (10/6/2010)
October 12, 2010 at 3:51 am
Viewing 15 posts - 196 through 210 (of 225 total)