July 16, 2011
Entity Framework 4 and Cross-Database Stored Procedures Headaches
Posted by Brian Mains under Uncategorized | Tags: .NET, Entity Framework, SQL Server, Stored Procedures |[2] Comments
I figured I’d write a blog detailing the nightmare scenario I encountered in regards to Entity Framework and Stored Procedures in SQL Server, and trying to get Entity Framework to generate the metadata. It all started when creating a complicated search stored procedure, which included subqueries, inner and outer joins, tables variables, etc. For some […]