D
D
I have normalized data in sql server in a table like (testset, testnumber,
result) . There can be 5-10 tests in a testset and anywhere from 1500 rows
to 100000 rows of testsets. I need to start searching for patterns within
the data such as the total number of times 15,16 & 17 occurred. My first
thoughts were to write a stored procedure but that hasn't proved to be the
best as I am still trying to get that to work.
In the essence of speed would it be better to do this analysis on the c#
side or continue within my efforts of using stored procedures? I have even
considered a third party library as more indepth analysis may be required.
Your thoughts on the matter are truly appreciated.
Regards
Dave
result) . There can be 5-10 tests in a testset and anywhere from 1500 rows
to 100000 rows of testsets. I need to start searching for patterns within
the data such as the total number of times 15,16 & 17 occurred. My first
thoughts were to write a stored procedure but that hasn't proved to be the
best as I am still trying to get that to work.
In the essence of speed would it be better to do this analysis on the c#
side or continue within my efforts of using stored procedures? I have even
considered a third party library as more indepth analysis may be required.
Your thoughts on the matter are truly appreciated.
Regards
Dave