SQL Server 2-D Matrix Builder available on CodePlex
If you need to build a very complex query that returns a matrix with dynamic columns and rows from T-SQL, you might want to take a look at this new project posted on CodePlex :
SQL Server 2-D Matrix Builder
https://www.codeplex.com/SQL2DMatrixBuilder
[ImageAttachment]
This project is basically a SQLCLR stored procedure called TheMatrix, as well as a SQLCLR UDT called QueryBuilder that allow you to describe all the queries you want to call to build the axis and the content of the matrix you need to retrieve back.
Check the CodePlex site for more information : https://www.codeplex.com/SQL2DMatrixBuilder
Comments
- Anonymous
February 16, 2008
PingBack from http://www.biosensorab.org/2008/02/16/sql-server-2-d-matrix-builder-available-on-codeplex/