Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 5,502 total)

  • RE: Retrieve the information from XML column

    Depending on the Server version you're using you could either use OpenXML or XQuery.

    You might want to have a look at Jacob Sebastians blog

    If you can't find a solution please...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: SQL Running Subtraction

    It looks like a FiFo stock problem as discussed in one of Phil Factor SQL Speed Phreak Competitions.

    You might want to have a look at Daven Ballantynes answer. The main...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: SQL Running Subtraction

    first of all: THANK YOU for providing ready to use sample data. EXCELLENT job!!

    Regarding the data itself:

    How do you assign a box to a PO? E.g. item01, box01 could be...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: User Created Records with System Records

    Another issue you need to consider:

    How are you going to prevent a user adding a company "My company", if there is already a company named "My company Inc." together with...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Are the posted questions getting worse?

    Slightly different over here in Germany: if a holiday falls on a Sunday (as it happens with May 1st this year), we won't get a public holiday during the week...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: SQL Running Subtraction

    Please read the first article referenced in my signature and post table def and sample data in a ready to use format together with your expected result set.

    As an alternative...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Find all orders that have EXACTLY the same items

    removed. doesn't work under a different test condition...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Cursors

    You can't use a DROP TABLE statement using a variable unless you're using dynamic sql.

    Are you familiar with dynamic SQL? What skill level do you have?



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Regarding Performance tuning

    You could go through some of the questions asked (and answered) in the SS2K5 Performance forum (http://www.sqlservercentral.com/Forums/Forum360-1.aspx).

    Or search for "performance tuning" on this site to find numerous questions. Try to...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Time Out Limit for Statement Optimization

    Maybe Grants blog[/url] will help you to better understand what's going on.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Data format -cross tab

    Have a look at the UNPIVOT syntax.



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Custom Aggregate for statistical use

    If your original data include a column with a sequential number ,you could avoid the sort caused by ROW_NUMBER() and just use the very last part (the self-join). This should...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: How to optimize Query

    Vedran Kesegic (4/27/2011)


    tinnusqlserver (4/27/2011)


    how can i join the 'table variable' with the 'matters' table to delete duplicates

    I would rather use a temp table than a table variable, because table variable...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: freebcp and Named FIFO.

    opc.three (4/27/2011)


    FreeBCP leverages FreeTDS which is one of the few drivers out there that supports communicating with SQL Server from *x systems...use of it does not imply SQL Server is...



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

  • RE: Update statment is not working on trigger

    Why do you open yet another thread?

    Aren't two enough? (http://www.sqlservercentral.com/Forums/FindPost1098960.aspx and http://www.sqlservercentral.com/Forums/FindPost1098990.aspx)



    Lutz
    A pessimist is an optimist with experience.

    How to get fast answers to your question[/url]
    How to post performance related questions[/url]
    Links for Tally Table [/url] , Cross Tabs [/url] and Dynamic Cross Tabs [/url], Delimited Split Function[/url]

Viewing 15 posts - 1,606 through 1,620 (of 5,502 total)