M
Mike
Hi. I have a performance-related question about LINQ to SQL. If I have a
Stored Procedure and a LINQ to SQL command, both which perform the same
function (ie - SELECT, INSERT, etc), is the Stored Procedure innately more
efficient than the LINQ to SQL command?
From what I understand Stored Procedures cache their query execution plans,
and this gives them a performance improvement when compared to direct T-SQL
executed against the database. Does this advantage also make Stored
Procedures more processor-efficient than LINQ to SQL commands?
Thanks
Stored Procedure and a LINQ to SQL command, both which perform the same
function (ie - SELECT, INSERT, etc), is the Stored Procedure innately more
efficient than the LINQ to SQL command?
From what I understand Stored Procedures cache their query execution plans,
and this gives them a performance improvement when compared to direct T-SQL
executed against the database. Does this advantage also make Stored
Procedures more processor-efficient than LINQ to SQL commands?
Thanks