Storing formula (equations) in database to be evaluated later (SQL Server 2005)

前端 未结 4 982
[愿得一人]
[愿得一人] 2020-12-10 20:09

I\'m calculating linear regressions based on a data set. I do not know the regression model or number of parameters at compile-time.

I\'m storing the regression equa

4条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-10 20:59

    You could write a CLR stored procedure that still uses NCalc to do the calculation.

提交回复
热议问题