Forum Replies Created

Viewing 15 posts - 106 through 120 (of 201 total)

  • RE: Reporting Services Licensing question

    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...

  • RE: HTML & Reporting Services

    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...

  • RE: Jump to URL generates a rubbish url.

    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<

  • RE: RS: DataDriven Subs: How to insert line feed into email body

    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 --...

  • RE: RS: DataDriven Subs: How to insert line feed into email body

    What error did you get with the <br>?  Maybe you just have to use well-formed HTML (ie <br/&gt.

    Is the report being delivered as embedded...

  • RE: Some Usages for XML

    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:...

  • RE: Reporting services problem

    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...

  • RE: Indexing in SQL Server 2005

    (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
  • RE: Stored procedure / case

    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...

  • RE: Usages of CONTEXT_INFO

    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...

  • RE: Usages of CONTEXT_INFO

    >>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...

  • RE: Problem with Sample Printer Delivery Extension in RS 2k5

    >>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...

  • RE: Questions about using RS in a web app

    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...

  • RE: Questions about using RS in a web app

    '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...

  • RE: Questions about using RS in a web app

    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...

Viewing 15 posts - 106 through 120 (of 201 total)