Forum Replies Created

Viewing 15 posts - 121 through 135 (of 5,841 total)

  • RE: Code-first vs database-first, any new developments?

    Luis Cazares - Friday, September 29, 2017 11:18 AM

    Steve Jones - SSC Editor - Friday, September 29,...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Large SQL server under utilizing memory

    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....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 3 Things I Wish I Knew When I Started Using Entity Framework

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: 3 Things I Wish I Knew When I Started Using Entity Framework

    call.copse - Tuesday, May 17, 2016 3:22 AM

    I'm going to say there is absolutely nothing wrong with the query in point 3....

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Large SQL server under utilizing memory

    aman4God - Thursday, September 28, 2017 3:53 PM

    We have a large SQL cluster that is in use but not performing well. I...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Code-first vs database-first, any new developments?

    sgmunson - Thursday, September 28, 2017 7:04 AM

    Chris Wooding - Thursday, September 28, 2017 1:03 AM

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Code-first vs database-first, any new developments?

    Oh, and another Guruism specifically for Entity Framework, and this topic in particular:

    Code First, Performance Last!!

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Code-first vs database-first, any new developments?

    sgmunson - Wednesday, September 27, 2017 9:01 AM

    TheSQLGuru - Wednesday, September 27, 2017 8:42 AM

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Code-first vs database-first, any new developments?

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: How to find the year to date value for a given date

    ...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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: RESOURCE_SEMAPHORE_QUERY_COMPILE Waits

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: How to find the year to date value for a given date

    aaron.reese - Tuesday, September 26, 2017 8:14 AM

    @ Kevin,

    You can't leave a statement like that hanging 🙂  You need to explain WHY...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: How to find the year to date value for a given date

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: Code-first vs database-first, any new developments?

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

  • RE: RESOURCE_SEMAPHORE_QUERY_COMPILE Waits

    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...

    Best,
    Kevin G. Boles
    SQL Server Consultant
    SQL MVP 2007-2012
    TheSQLGuru on googles mail service

Viewing 15 posts - 121 through 135 (of 5,841 total)