Anyone please tell me how to store n x n matrix data into SQL Server 2008?
I want to store thousand of pieces of data into SQL Server at the same time from my ASP.NET page so if I pass an array of row and column then how can I store at the same time in SQL Server
Thanks in advance