Viewing 15 posts - 106 through 120 (of 201 total)
hi Kathleen,
I'm not from MS and this comment isn't specifically about your licensing structure... but...
>>
I was on an interview recently and talked about our report solution and one of the...
April 5, 2007 at 11:37 am
If you want to render the HTML as it came from the database, IMHO Reporting Services would not be the right way to do it.
Reporting Services, by definition, are...
March 24, 2007 at 10:02 am
What version of IIS and what OS are you running?
Also, any chance you are accessing the server via a VPN that could be doing the rewriting?
>L<
March 24, 2007 at 9:23 am
First of all, I didn't say </br>. I said <br/>.
Second, I see that you have used CHR(13) and CHR(13)+CHR(10) inconsistently, which can be an issue in another RS situations --...
March 15, 2007 at 11:22 am
What error did you get with the <br>? Maybe you just have to use well-formed HTML (ie <br/>.
Is the report being delivered as embedded...
March 15, 2007 at 10:01 am
Nice. the difference in time is more pronounced at 40k rows than 20k, although if you keep going up the time to create the delimited string becomes too unbearable to test.
Question:...
February 22, 2007 at 10:17 am
If the report attachment is fine through Outlook but not fine through OWS this is *not* likely to be "something in the core of RS", more likely to be something...
January 24, 2007 at 9:23 am
(mid-coffee)
a join seemed to worked, I think... would it have been better to use APPLY? TIA, I've never tried it. And thank you for the article!
>L<
SELECT
o
January 8, 2007 at 9:59 am
Hi Kevin,
You've already got a solution that works for you -- I would agree that writing some dynamic sql makes sense here -- but I have another thought for you...
In...
December 29, 2006 at 10:21 pm
I thought maybe we could do this with EVENTINFO() in a trigger, but the calling proc isn't included in the schema (would be nice!).
Looking at the docs, it seems maybe you...
December 21, 2006 at 10:05 am
>>As long as the trigger is enabled you can make sure that the logic will work.
Maybe could also create a database-level trigger using the same technique, to make sure that the table...
December 21, 2006 at 9:34 am
>>In the end, what I'd like is to simply have another method of delivery (via printer) that any subscription can use to print to any printer on our lan.
I...
December 18, 2006 at 11:52 am
Well, Rod, I'm sorry to hear that your environment doesn't support you... and you didn't hit a nerve except maybe for the one that says "didn't I explain all this...
November 30, 2006 at 9:54 pm
'Scuse me, Rod, but I understand why your ASP.NET server is outside the firewall, I do understand the purpose of separating out these functions, working with partners, etc. I am not...
November 30, 2006 at 4:34 pm
You haven't really explained anything about your ASP.NET application or where it's situated on your network. But the fact that it "uses SSL" doesn't change anything in the equation, or...
November 30, 2006 at 1:48 pm
Viewing 15 posts - 106 through 120 (of 201 total)