Viewing 15 posts - 1 through 15 (of 30 total)
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...
October 29, 2008 at 9:07 am
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...
October 28, 2008 at 6:10 pm
Garadin (10/28/2008)
October 28, 2008 at 3:03 pm
smunson (10/28/2008)
.....
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...
October 28, 2008 at 12:56 pm
AnzioBake (10/28/2008)
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...
October 28, 2008 at 7:40 am
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...
October 27, 2008 at 8:04 pm
smunson (10/27/2008)
October 27, 2008 at 7:27 pm
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...
October 25, 2008 at 8:22 am
Garadin (10/22/2008)
October 22, 2008 at 7:36 am
AnzioBake (10/22/2008)
I had to make a change but now I am not sure if the result set...
October 22, 2008 at 6:24 am
Jeff Moden (10/21/2008)
Dan, in the GIF file example, please tell me why RowID 10 is NOT considered to be a...
October 22, 2008 at 5:48 am
smunson (10/21/2008)
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...
October 21, 2008 at 10:10 am
AnzioBake (10/21/2008)
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...
October 21, 2008 at 7:10 am
Garadin (10/20/2008)
October 20, 2008 at 5:30 pm
Garadin (10/20/2008)
October 20, 2008 at 2:10 pm
Viewing 15 posts - 1 through 15 (of 30 total)