Forum Replies Created

Viewing 15 posts - 20,356 through 20,370 (of 26,490 total)

  • RE: Problem finding set-based approach to query

    How about posting the code for dbo.udf_GenerateNextFilename?

  • RE: LEFT function not working

    businessintelligence2010 (6/22/2009)


    Hello -

    What is not right below? I am trying to pull a data from another table where 'Inncode' from tblOTSOrder = first 5 character from 'Site_Id' from tblSRO378.

    select

    tblOTSOrder.InnCode,

    tblSRO378.Order

    FROM tblOTSOrder

    INNER...

  • RE: Are the posted questions getting worse?

    Actually, if I did the search correctly, I found 5 SELECT DISTINCT statements in the code.

    Edit:

    And 3 cursors.

  • RE: Are the posted questions getting worse?

    I have to agree whole heartly with Grant on this one. I'd want to get paid to work on that one. Lot of code, not a lot of...

  • RE: Which is better

    Eswin (6/18/2009)


    Hi Expertz

    Performance wise Which is better

    ...

    And please provide me a good cursor example (ie optimized cursor eexample).

    Isn't this, optimized cursor an oxymoron?? 😉

  • RE: need solution

    rockingadmin (6/22/2009)


    Lynn Pettis: i didn't look for complete solution man, to get some idea only.

    Not the impression I got from the title or wording of your original post.

    Still,...

  • RE: Multi Company DataBase

    Andy Hughes (6/22/2009)


    PaulB (6/21/2009)


    :blink: Let me ask just one question... how are you planing to proceed when one of the customers ask you to restore the database lets say... as...

  • RE: Recursive CTE's - Working Days

    Do a search on this site for the Tally table. You shouldn't be using a recursive CTE for this, but I could still seeing use two CTE's.

  • RE: need solution

    I'd also like to see what you have done on your own first. We aren't here to write code on-demand, we are here to help people solve problems and...

  • RE: Help with Serevr Side Paging using sql server

    Paul,

    Unless you are talking about the link to sqlteam (which I didn't follow), the opening code in both code blocks are both using a cursor and while loop. The...

  • RE: Which is better? SSIS or SSMA?

    Slightly confused. What are you attempting to accomplish and what is SSMA?

  • RE: Help with Serevr Side Paging using sql server

    If you post your table DDL, sample data (in a readily consummable format), and expected results for the paging code based on the sample data, I'm sure you will get...

  • RE: Help with Serevr Side Paging using sql server

    Curious why you are using a cursor in your code. As this is posted in a SQL Server 2005 forum, I thought I'd post a simplified version of some...

  • RE: Multi Company DataBase

    nalmir.hugo (6/21/2009)


    my services will not provide these features. It''s a good question in a ERP scope.

    It's something you should consider. Remember, the companies using your server are your...

  • RE: Are the posted questions getting worse?

    Just noticed how many posts on The Thread so far. Pretty sure we will be having our 6000th post party before the end of the week!

Viewing 15 posts - 20,356 through 20,370 (of 26,490 total)