The author completed the Advent of Code 2024 challenge using only SQL, finding it to be a unique and interesting experience. While SQL was surprisingly pleasant to use in many cases, it was also painful at times, particularly with input parsing and recursive queries. The author notes that SQL would be more efficient and pleasant to use with mechanisms to update state. The experiment showed that complex algorithms can be coded in SQL, but it also highlighted limitations in recursive SQL.