Forum Replies Created

Viewing 15 posts - 31 through 45 (of 330 total)

  • Reply To: Using SQLCMD Variables

    I had more time on Sunday, but I didn't believe I'd spend nearly half a day with it. I will try to explain this using the examples below, which I...

    • This reply was modified 5 years, 11 months ago by George Vobr.
    • This reply was modified 5 years, 11 months ago by George Vobr.
  • Reply To: More Memory Optimized Table Limitations

    Thanks for this question Steve. Today's Qotd could not be done quickly at breakfast with morning coffee. It was necessary to study DOCS well, you could "slip" in the recently...

  • Reply To: Capitalize the name

    kaspencer wrote:

    How about:

    name.title();

    Wouldn't that work for this one-word example?

    # Python v2.7.13 code:

    str = "this is string example.";

    print str

    print "str.capitalize() : ", str.capitalize()

    print "str.title() : ", str.title()

    $python main.py

    #...

    • This reply was modified 5 years, 11 months ago by George Vobr.
  • Reply To: Execution Plan Types

    Scary but interesting question, thanks Grant. At first I thought that all possible answers could be considered correct. After a moment of despair, I found a hint for the right...

  • Viewing 15 posts - 31 through 45 (of 330 total)