Viewing 15 posts - 91 through 105 (of 201 total)
Andy, you made a lot of good points.
I'm personally annoyed that they didn't make it easier to write embedded code in a report (you can size the dialog window but...
September 6, 2011 at 4:25 pm
>>And a renderer for XAML so reports can be rendered directly into the UI of a WPF/Silverlight application without a lardass third party report viewer control.
You sort of have...
September 6, 2011 at 4:12 pm
While this is most excellently true, the real problem is that you have to allow for different renderers to have the ability to handle your color shades different ways.
This used...
September 6, 2011 at 4:10 pm
>> adding parameter through the UI missing
It is?
Not sure... you're talking about when using the Report Designer in Visual Studio, right?
1. View menu -> show the Report Data window
2....
September 6, 2011 at 4:06 pm
Are you trying to print it on the server or, using ReportViewer, on the client side in a web form?
There is a solution for this, I'm pretty sure, but...
September 6, 2011 at 4:02 pm
The scheduled delivery capability is only a very small part of what one would want to do, sure. But it's a feature of Report Manager, not SSRS. Report...
September 6, 2011 at 3:56 pm
>>Noone's found a good solution for it - it should just work!
Um... I wouldn't say this is necessarily a *good* solution... but I think maybe I did find a...
September 6, 2011 at 3:47 pm
I recently added a view to a 3rd party application and thought it would be sensible to make it an Indexed View for performance reasons, so I created the view...
November 16, 2010 at 7:43 am
Thanks Flo. That's what I thought. It is not a serious restriction, because your method is sound. I'm just pointing out that the any length limitation -- whether 64k...
February 10, 2010 at 10:00 am
RH says:
[65,635 chars] which should handle ALL
Hmm, no, I wish. Not for columns of XML type holding XML documents.
IAC I'm not able to figure out a way...
February 8, 2010 at 5:38 pm
There are a couple of different ways to handle this but the quick and dirty way is to have a special token, 'ALL', and disallow nulls.
You can do this with...
September 24, 2008 at 10:13 am
>>
SELECT INTO on a temp table with an identity column is so very fast that it's nearly as fast as SQL Server 2005's ROW_NUMBER() over
<<
That's extremely cool, Jeff -- not...
March 16, 2008 at 9:29 pm
>>
Before you use any of those that have a self join or correlated subquery that use the ">=" or "<=" or any other inequality method to generate row numbers,...
March 16, 2008 at 11:32 am
There are a number of ways to "fake" the rownumber function in sql 2000 -- here is one I particularly like:
March 14, 2008 at 9:47 am
nope, not your only solution. Table vars don't work in SELECT statements... but table-valued functions do <g>. Even in nested SELECTs and all kinds of other screwy syntax.
>L<
May 21, 2007 at 9:48 am
Viewing 15 posts - 91 through 105 (of 201 total)