Use LINQ to SQL results inside SQL Server stored procedure
- by ifwdev
Note: I'm not trying to call a SQL Server stored proc using a L2SQL datacontext.
I use LINQPad for some fairly complex "reporting" that takes L2SQL output saved to an Array and is processed further.
For example, it's usually much easier to do multiple levels of grouping with LINQ to Objects instead of trying to optimize a T-SQL query to run in…