|
|
|
|
|
|
-
Cadavre Commented 10 Months ago through Puzzles | 1 Point
Errors in this submission. I've corrected in the next submission - it's the same code but due to the "p" tags that I've used when splitting the parts, the comments section wouldn't let me post corrected code.
|
-
Cadavre Commented 10 Months ago through Puzzles | 1 Point
Version 2 - My previous one was submitted before I had proof read the code so I made some minor mistakes that I've corrected here. The first issue was that I hadn't noticed the requirement for a "RowNo" column. I was already grouping by the value that need
|
-
Cadavre Solved 10 Months ago through Puzzles | 5 Points
Version 2 - My previous one was submitted before I had proof read the code so I made some minor mistakes that I've corrected here. The first issue was that I hadn't noticed the requirement for a "RowNo" column. I was already grouping by the value that need
|
|
|
-
Cadavre Commented 2 Years ago through Puzzles | 1 Point
I know, I realised after I had posted that the challenge was for any size. My submission will only work for up to two, e.g. "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZ" would work but "ABCDEFGHIJKLMNOPQRSTUVWXYZABCDEFGHIJKLMNOPQRSTUVWXYZA" would
|
-
Cadavre Commented 2 Years ago through Puzzles | 1 Point
Initial idea for solution
Table 'TC70'. Scan count 1, logical reads 1027, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-
|
-
Cadavre Solved 2 Years ago through Puzzles | 5 Points
Initial idea for solution
Table 'TC70'. Scan count 1, logical reads 1027, physical reads 0, read-ahead reads 0, lob logical reads 0, lob physical reads 0, lob read-ahead reads 0.
Table 'Worktable'. Scan count 0, logical reads 0, physical reads 0, read-
|
-
Cadavre Commented 2 Years ago through Puzzles | 1 Point
Yep :-)
Not sure whether or not the Constant Scan used for this is any better than using the tally table version that I produced though. On small tables, this is faster but on large tables the tally table seems to be faster.
|