Viewing 15 posts - 121 through 135 (of 5,842 total)
September 29, 2017 at 12:57 pm
We could go back and forth for weeks and not be able to help you with this. My recommendation is hire a professional to give your system a performance review....
September 29, 2017 at 12:54 pm
1) Developers don't want to be bothered with RTFM (Read the Fine Manual). BTW, I was an officer in the US Navy in a past life, and I assure you...
September 29, 2017 at 12:51 pm
September 29, 2017 at 12:39 pm
September 28, 2017 at 5:45 pm
Oh, and another Guruism specifically for Entity Framework, and this topic in particular:
Code First, Performance Last!!
September 27, 2017 at 9:10 am
September 27, 2017 at 9:09 am
Here's my Guruism related to ORMs (and numerous other things too):
Anything that allows developers to slap code together more quickly is inversely proportional to the performance and...
September 27, 2017 at 8:42 am
...If there's an NCI that would be available for use on the column, it's rendered unusable...
That is a common misstatement/misinterpretation Ed. The NCI is still usable, it...
September 26, 2017 at 3:44 pm
David Klee and Denny Cherry have material on configuring/performance tuning for virtualized SQL Server workloads. VMWare has a huge document on configuring VMWare for SQL Server that was just updated...
September 26, 2017 at 10:30 am
You can't leave a statement like that hanging 🙂 You need to explain WHY...
September 26, 2017 at 10:28 am
Note that it is CRITICALLY IMPORTANT that you do NOT wrap a function around a column in the WHERE clause!!! Do filtering like Ed shows, not by using things like...
September 25, 2017 at 4:03 pm
I advise clients to NEVER EVER EVER do code first. I also advise them that IF they MUST use an ORM, they MUST READ THE FINE MANUAL OR BE CRUSHED...
September 25, 2017 at 4:01 pm
PLE is useless for this issue. It is data pages only. There are LOTS of other memory consumers that can get bottle necked. run DBCC MEMORYSTATUS to see them. It's...
September 25, 2017 at 1:50 pm
Viewing 15 posts - 121 through 135 (of 5,842 total)