Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Modelling Chess with EDB SQL
Mon, Jul 9 2007 10:55 AMPermanent Link

"Ole Willy Tuv"
I've translated the Transact-SQL code in this article:

http://www.sqlteam.com/article/sqlchess-a-tutorial-on-thinking-in-sets

to EDB SQL (attached).

If you want to check it out:

1. Create a new database named e.g. Chess.

2. Create the sp_Chess_db procedure using the sp_chess_db.sql code.

3. Execute the sp_Chess_db procedure to create the database objects.

4. Check out the queries in Chess_queries.txt.

Regards,
Ole Willy Tuv






Attachments: sp_Chess_db.sql Chess_queries.txt
Mon, Jul 9 2007 5:26 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Ole,

<< I've translated the Transact-SQL code in this article:

http://www.sqlteam.com/article/sqlchess-a-tutorial-on-thinking-in-sets

to EDB SQL (attached). >>

Cool, thanks.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image