Does anyone know of any packages or source code that does simple statistical analysis, e.g., confidence intervals or ANOVA, inside a SQL Server stored procedure?
Does anyone know of any packages or source code that does simple statistical analysis,
Share
In more recent versions of SQL Server you can use .net objects natively. So any .net package will do. Other than that there’s always external proc calls…