Forum Replies Created

Viewing 15 posts - 10,951 through 10,965 (of 19,560 total)

  • RE: Importing Strange XML File

    I played with it some more. Using combo from what lutz and I did already.

    ; WITH cte AS

    (

    SELECT

    ...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Importing Strange XML File

    LutzM (2/25/2011)


    Here's my approach to shred the xml file:

    I'd apply a fast split string function to the shredded data. It might help performance to insert the shredded data into a...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Peter Trast (2/25/2011)


    Peter Trast (2/25/2011)


    John Rowan (2/25/2011)


    CirquedeSQLeil (2/25/2011)


    Brandie Tarvin (2/25/2011)


    pea soup

    Split

    Banana

    Top

    Mountain

    Crest

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Importing Strange XML File

    I think This will get you closer

    SELECT X.Y.value('(../@name)[1]','varchar(20)') as TableName

    ,x.y.value('(../@columns)[1]','varchar(128)') as ColumnList

    ,x.y.value('(@values)[1]','varchar(128)') as ColumnValues

    FROM @XML.nodes('//relation/row') X(Y);

    I'm still working through it, but my thought was to use the pivot and a...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Peter Trast (2/25/2011)


    John Rowan (2/25/2011)


    CirquedeSQLeil (2/25/2011)


    Brandie Tarvin (2/25/2011)


    pea soup

    Split

    Banana

    Top

    Cherry

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    WayneS (2/25/2011)


    Jeff Moden (2/17/2011)


    The Dixie Flatline (2/17/2011)


    Jeff Moden (2/16/2011)


    WayneS (2/15/2011)


    Can anyone point me to a delimited split function that works on a varchar(max)? I know that Jeff's DelimitedSplit8K works on...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    Roy Ernest (2/25/2011)


    I was sick for the past week, today I check the THREAD, I have no clue where it is heading. I do not think I will be able...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    SQLkiwi (2/24/2011)


    Ian Scarlett (2/24/2011)


    SQLkiwi (2/24/2011)


    David Benoit (2/24/2011)


    I remember when I took my first programming class, Pascal (Turbo actually)...

    I did a term using Turbo Pascal at University too.

    OMG, that makes me...

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Are the posted questions getting worse?

    SQLkiwi (2/24/2011)


    David Benoit (2/24/2011)


    I remember when I took my first programming class, Pascal (Turbo actually)...

    I did a term using Turbo Pascal at University too.

    Hmm - high school for me

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Happy...............................................................................

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Brandie Tarvin (2/25/2011)


    pea soup

    Split

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    sing4you (2/25/2011)


    ham hocks

    goldilocks

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Daniel Bowlin (2/23/2011)


    Focus

    Sorry it's a bit fuzzy

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Peter Trast (2/22/2011)


    Tom.Thomson (2/22/2011)


    crookj (2/22/2011)


    Peter Trast (2/18/2011)


    Brandie Tarvin (2/18/2011)


    WOTD: Jeans

    Djinn

    Efreeti

    Joe

    zephyr

    (Because I love my Ifrit with the light brown hair....)

    sprite

    nymph

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

  • RE: Today's Random Word!

    Ray K (2/22/2011)


    Tom.Thomson (2/21/2011)


    Brandie Tarvin (2/21/2011)


    floss

    mill

    grist

    benson[/url]

    Jason...AKA CirqueDeSQLeil
    _______________________________________________
    I have given a name to my pain...MCM SQL Server, MVP
    SQL RNNR
    Posting Performance Based Questions - Gail Shaw[/url]
    Learn Extended Events

Viewing 15 posts - 10,951 through 10,965 (of 19,560 total)