how to move Excel formula to SQL server ? -
07-29-2009
, 01:50 AM
hi
we are moving an existing vsto app with lots of excel formulae all over the
sheets
what is best practice to move these calculations into sql server and
manipulate them in vsto?
is it good idea to read these strings and execute in vb in sql CLR or
read these strings and build stored proc and run in sql server
thanks in advance for kind advice |