I am real fun of SUDOKU games, and I also have passion for solving problems writing TSQL queries. Just for fun ill love to try make code which is going to solve Sudoku puzzles. Basic idea is make table with nine columns and with maximum number of rows less then 10. First step is to update given cells with served sudoku, and after that sp or udf will update others null values in table of sudoku.
I think that is great sample of showing how TSQL can be useful and powerful language, and great sample for showing lot of TSQL features for beginners.
Ill try to write code in my way and if I succeed ill put it here if someone else find this fun and useful let us show how it can be done.
| |||||||||
feedback
|
closed as off topic by Jack Douglas♦ Nov 24 '11 at 22:50
Questions on Database Administrators - Stack Exchange are expected to generally relate to database administration, within the scope defined in the faq.