Question : We have a large number of tables for setup forms. In each form, there is a need to […]
Tag: linq
How to group by linq based on input parameter? [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
Can’t get data from stored procedure [closed]
Question : Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the […]
A question on SARGability
Question : I just need to confirm that I understand something correctly: I recently viewed an SO question in which […]
SQL Server table query with pagination performance tuning, understand the current solution
Question : as stated in the title i start a performance tuning of a table query with pagination generated by […]
Linq compiled query uses clusted index instead of filtered index
Question : Given the following table CREATE TABLE Test( Id INT PRIMARY KEY IDENTITY(1, 1), Val INT ) CREATE UNIQUE […]