R
Raphael Gomes
Greetings,
I've been using linq to sql in a web project that uses tables with
about 1 million records each. Recently, we found the server freezing
and we're isolating the problem in the ms sql server, which is hogging
up resources (memory and processor).
I did a quick readying about the subject, and couln't find where do I
set up linq to free the used resources. Also, regarding the queries,
how do I ensure that linq is being efficient?
Thanks in advance,
I've been using linq to sql in a web project that uses tables with
about 1 million records each. Recently, we found the server freezing
and we're isolating the problem in the ms sql server, which is hogging
up resources (memory and processor).
I did a quick readying about the subject, and couln't find where do I
set up linq to free the used resources. Also, regarding the queries,
how do I ensure that linq is being efficient?
Thanks in advance,