Forum Replies Created

Viewing 15 posts - 6,976 through 6,990 (of 26,490 total)

  • RE: Inconsistent performance on SP call from C#

    There are many variables at play when it comes to dealing with performance issues. You mentioned the configuration of your production system: 32 GB RAM, 16 cores (how many...

  • RE: Inconsistent performance on SP call from C#

    In fact, you may want to compare the actual execution plans between the various servers and see what is different.

  • RE: Inconsistent performance on SP call from C#

    And your servers are not identical. We need to see the actual execution plan of the query on the production server plus the table structures and indexes.

  • RE: Inconsistent performance on SP call from C#

    Please read the second article I reference below in my signature block regarding asking for help on performance issues. You really haven't provided all the information we need to...

  • RE: need help with a query

    And the article Luis recommended will help you understand the code I posted.

  • RE: need help with a query

    Since you did not provide anything from which to really work (DDL or sample data), this is the best I can do for you. Not sure if it will...

  • RE: Are the posted questions getting worse?

    jasona.work (2/7/2014)


    Lynn Pettis (2/7/2014)


    I have been home since Sunday afternoon and today is the first day it has been warmer than it has been at night back in Afghanistan.

    WELCOME BACK!

    :w00t:

    Thanks!

    I...

  • RE: Are the posted questions getting worse?

    I have been home since Sunday afternoon and today is the first day it has been warmer than it has been at night back in Afghanistan.

  • RE: FizzBuzz

    Jeff Moden (1/27/2014)


    Shifting gears a bit, in the last 20 interviews that I've conducted, I ask the candidates to wirte code to create and populate a table with all integer...

  • RE: Scanning all tables for highest ID

    Sean Lange (1/27/2014)


    sneumersky (1/27/2014)


    Does this query assume the latest identity value is the greatest?

    No the query that Lynn posted has nothing to do with when the value was created....

  • RE: Scanning all tables for highest ID

    Jeff Moden (1/26/2014)


    squeekz01 (1/26/2014)


    Hi guys,

    I am looking for help with writing what some may find as a basic query... I need to be able to scan all tables in my...

  • RE: View vs sp vs functions

    Jeff Moden (1/27/2014)


    The reason why I'm the one doing the interviews is because these particular companies don't just want "butts in seats". They actually want people that know what...

  • RE: View vs sp vs functions

    Jeff Moden (1/27/2014)


    Lynn Pettis (1/26/2014)


    Jeff Moden (1/26/2014)


    zi (1/25/2014)


    Dear Experts

    I want to know differences between views , stored procedures and functions

    And when to choose the appropriate one

    Thanks lot

    Since it was appropriately...

  • RE: View vs sp vs functions

    Jeff Moden (1/26/2014)


    zi (1/25/2014)


    Dear Experts

    I want to know differences between views , stored procedures and functions

    And when to choose the appropriate one

    Thanks lot

    Since it was appropriately brought up, I have...

  • RE: Are the posted questions getting worse?

    Thanks to all who answered my question so far. I was just curious as I overheard one of our SAs make the comment that it was a best practice...

Viewing 15 posts - 6,976 through 6,990 (of 26,490 total)