Is anyone aware of any ability to solve an algebraic equation within SQL Server
One table contains questions and answers
Question Answer WIDTH 700 LENGTH 200
The other table contains the formulas (WIDTH + 100) / LENGTH
The returned value i'm looking for is 4
The questions are a dynamic list so each time it runs the questions would be slightly different, plus the list grows so i would have to be able to add to the list independently without it affecting the sql statement.