Forum Replies Created

Viewing 15 posts - 1 through 15 (of 30 total)

  • RE: Need help on performance and integrity

    Garadin (10/29/2008)


    Although, the only thing I'm also concerned about is the data that has concentrated duplicates like the example below which would affect performance more I guess.

    Due to the nature...

  • RE: Need help on performance and integrity

    I believe that is true Seth, well pointed out. Thank you for helping me explain and thank you for your help.

    Although, the only thing I'm also concerned about is the...

  • RE: Need help on performance and integrity

    Garadin (10/28/2008)


    Oooh. Do me! Do me! (New solution a few posts back.) Despite the cursor, I'd wager that it'd run *fairly* quick. Unless I screwed...

  • RE: Need help on performance and integrity

    smunson (10/28/2008)


    Dan,

    .....

    Let me know if you can test this against other patterns and see if it works. The reason I can't be sure of performance is because I...

  • RE: Need help on performance and integrity

    AnzioBake (10/28/2008)


    The above change produces the following results

    RowIDRowKeyLocaleCode

    11enA

    21enA

    51enC

    71enA

    101enA

    121zhA

    131zhA

    141zhA

    201enD

    Note

    the first row in the table is removed RowId= 0

    Rows 12, 13, 14 are all in the result set as required

    Am I...

  • RE: Need help on performance and integrity

    bhovious (10/27/2008)


    What if there were an additional row in your example?

    SELECT 6,'2','en','A' UNION ALL

    Include 5? Include 6? Include 5 and 6 both?

    It should include both...

  • RE: Need help on performance and integrity

    smunson (10/27/2008)


    I continue to think that a complete statement of the problem coming from the OP has yet to occur. There is no written description of the EXACT...

  • RE: Need help on performance and integrity

    AnzioBake (10/23/2008)


    It has been 24 hours and no response. I just wanna confirm that the solution works and performs adequately.

    Hello Anzio, I apologize for not getting back to you...

  • RE: Need help on performance and integrity

    Garadin (10/22/2008)


    Sorry for not getting back with you Dan. Lost the primary hard drive in my dev machine yesterday, so it was an all day affair getting the thing...

  • RE: Need help on performance and integrity

    AnzioBake (10/22/2008)


    I had some trouble logging on so read the other posts after my reply

    I had to make a change but now I am not sure if the result set...

  • RE: Need help on performance and integrity

    Jeff Moden (10/21/2008)


    I swear I've done this problem on this forum before... :hehe:

    Dan, in the GIF file example, please tell me why RowID 10 is NOT considered to be a...

  • RE: Need help on performance and integrity

    smunson (10/21/2008)


    Dan,

    Not to rain on your quest here, but I don't think you've actually provided a complete statement of the problem. I know that it's very clear to...

  • RE: Need help on performance and integrity

    AnzioBake (10/21/2008)


    /Quote

    SELECT 14,'1','en','A' UNION ALL --/second(2) batch of A

    SELECT 15,'3','en','A' UNION ALL --/second(2) batch of A

    SELECT 16,'3','de','A' UNION ALL --/second(2) batch of A

    SELECT 18,'1','en','A' UNION ALL --/second(2) batch of A...

  • RE: Need help on performance and integrity

    Garadin (10/20/2008)


    My apologies for all the semi correct attempts, had I taken the time to read all the posts I glossed over from a couple days ago, I'd have seen...

  • RE: Need help on performance and integrity

    Garadin (10/20/2008)


    Ok, I just discovered something interesting. The reason it wasn't working before is because the @LastDupe variable inside that CASE statement does not get properly evaluated for the...

Viewing 15 posts - 1 through 15 (of 30 total)