Forum Replies Created

Viewing 15 posts - 991 through 1,005 (of 7,636 total)

  • RE: Generating XML

    mick L (2/15/2010)


    Apologies. As my question follows the context of this existing thread, I assumed that appending to the thread would be preferable to proliferating similar threads. ...

    Nope, proliferating...

  • RE: Performance problem!

    Ummm, why is every query that you post completely different?

    Is this even still the same problem? If it is not, then you you start a new thread...

  • RE: Generating XML

    Here's an example using the [ code="xml" ] tag. If you want to see exactly how it is done, just hit the "Quote" button over my post:

    <TABLES>

    <TABLE_CATALOG>NewTest1</TABLE_CATALOG>

    ...

  • RE: Generating XML

    mick L (2/15/2010)


    Folks, I want to generate XML for a basic structure where there is several differing element types listed within the root with no relationships.

    Say I have products,...

  • RE: T-SQL Query

    Can you give us some sample data (as Insert statements, please), and expected output from that data? That would help a lot.

  • RE: Delete is taking a lot of time/resources

    Paul White (2/13/2010)


    RBarryYoung (2/13/2010)


    Right you are, Paul. Thanks for the correction.

    Not really a correction, more of a slight expansion of your point. You're very welcome in any case...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (2/13/2010)


    RBarryYoung (2/13/2010)


    Alvin Ramard (2/12/2010)


    Paul White (2/12/2010)


    Way too much detail Barry :sick: 😀

    ... and no pictures, PLEASE!!

    So video is OK? :-D:-P

    Sure. Send it to Steve to...

  • RE: Are the posted questions getting worse?

    D.Oc (2/13/2010)


    RBarryYoung (2/12/2010)


    GSquared (2/12/2010)


    WayneS (2/12/2010)


    [physic]Hmmm.... with Barry, Gail and Lynn involved, I sense an article in the future[/physic]

    I'm not sure that's the tag you wanted, Wayne.

    Dictionary definition: physic noun: ...

  • RE: Are the posted questions getting worse?

    Alvin Ramard (2/12/2010)


    Paul White (2/12/2010)


    Way too much detail Barry :sick: 😀

    ... and no pictures, PLEASE!!

    So video is OK? :-D:-P

  • RE: Delete is taking a lot of time/resources

    Paul White (2/13/2010)


    RBarryYoung (2/10/2010)


    I believe that SET ROWCOUNT is deprecated in SQL 2005 and up.

    Yes, for data modification only. See http://msdn.microsoft.com/en-us/library/ms187043.aspx, the important part is reproduced below:


      Using SET ROWCOUNT...

    • RE: Are the posted questions getting worse?

      GSquared (2/12/2010)


      WayneS (2/12/2010)


      [physic]Hmmm.... with Barry, Gail and Lynn involved, I sense an article in the future[/physic]

      I'm not sure that's the tag you wanted, Wayne.

      Dictionary definition: physic noun: a purging...

    • RE: problem with DDL trigger and execute as

      TRUSTWORTHY is a Database setting, not a user or login privilege. You set it like this:

      ALTER DATABASE SET TRUSTWORTHY ON

      You should beware however because TRUSTWORTHY...

    • RE: Service broker not able to cope with many login event notifications ...

      Good stuff ALZ, I think that should satisfy my recommendation to improve the discrimination of the Update index.

    • RE: Are the posted questions getting worse?

      Thanks Lynn. as for the SB stuff, I am OK with it if Gail does not mind...

    • RE: Performance problem!

      sarigulyavuz (2/11/2010)


      ...if you look execution plan there are a lot of "index update" and "table spool" what does it mean?

      "index update" means exactly what it says, it's is updating one...

    Viewing 15 posts - 991 through 1,005 (of 7,636 total)