Hello!
I'm interested in common use of SQL in calculations handled in VS. I know SQL (still studding hough). How does it help decrease processing time in VS. For example when having millions of data stored in a static table in database and you need to perform any calculation on it like finding exponents of each number, how do you do it? Import the data into VS and allocate array and then manipulate the data in a way you want, or calculate the exponents in SQL and then import the answer? And such kind of things... I really wonder the use of SQL in a MATHEMATICAL WAY. Please atate your experiences, opinions, suggestions, intentions regarding the use of databases in a quantitative side. Thanks
I'm interested in common use of SQL in calculations handled in VS. I know SQL (still studding hough). How does it help decrease processing time in VS. For example when having millions of data stored in a static table in database and you need to perform any calculation on it like finding exponents of each number, how do you do it? Import the data into VS and allocate array and then manipulate the data in a way you want, or calculate the exponents in SQL and then import the answer? And such kind of things... I really wonder the use of SQL in a MATHEMATICAL WAY. Please atate your experiences, opinions, suggestions, intentions regarding the use of databases in a quantitative side. Thanks