Forum Replies Created

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

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

  • RE: Questions about using RS in a web app

    i'm not sure I can debug this from your example, because a lot would be determined on how you had installed RS on the server, I guess... but I'll give...

  • RE: Output parameters in a try..catch block

    To do this really well, you are going to have to nest TRY/CATCH blocks in each called proc, I think...

    The nested CATCH blocks in each called proc can call...

  • RE: row_number() help!

    >>so I found that the joins were the issue here, and I needed to re-think the way my query was to work.

    OIC, sorry, then can you use PeterHe's EXISTS suggestion and bring...

  • RE: row_number() help!

    >>

    Actually, PatIndex does need the wildcards as it performs a pattern search much like the keyword LIKE. Without the wildcards, the entire strings would have to be exact matches. You...

  • RE: @@Version and ServerProperty return different service packs

    JIC... are you sure you're not looking at the build information at the end of the @@version that applies to the version of the OS, not the version of SQL...

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