Click here to Skip to main content
15,881,600 members
Articles / Database Development / SQL Server

Building an SQL Logic Engine

Rate me:
Please Sign up or sign in to vote.
4.29/5 (6 votes)
22 Sep 2008CPOL6 min read 50.3K   957   30  
This article describes how to build a logic engine entirely in SQL. In the context of our example, a logic engine is a program that takes in a set of variables and corresponding values, evaluates a set of predefined conditions and builds a result set based on which conditions were found to be true.

Alternatives

Members may post updates or alternatives to this current article in order to show different approaches or add new features.

No alternatives have been posted.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior)
United States United States
Stephen Marsh has over 10 years of experience developing enterprise applications built on the .Net framework. He specializes in building expert systems that serve the financial industry.

Comments and Discussions