Forum Replies Created

Viewing 15 posts - 61 through 75 (of 330 total)

  • Reply To: Cleaning the Data frame

    The syntax description in the reference states that header is a logical value indicating whether the file contains the names of the variables as its first line. If missing, the...

  • Reply To: SQL Update Statement Awareness

    USE TestDB;
    GO

    --Weird question, pleas try this in Results to Text mode:

    CREATE TABLE dbo.my_table (my_field INT);
    INSERT dbo.my_table VALUES (1),(2),(3),(30),(40),(50);
    GO
    -- Syntax error in CASE clause!
    UPDATE dbo.my_table SET my_field =...

    • This reply was modified 6 years, 7 months ago by George Vobr.
  • Reply To: The Datatimeoffset Value

    Datetimeoffset defines a date that is combined with a time of a day that has time zone awareness and is based on a 24-hour clock.

    If you would like to represent...

  • Reply To: ISNULL vs COALESCE

    Bravo Thom, it's a great question with an excellent explanation!

  • Reply To: Strange Sorting

    Thanks for this interesting T-SQL question Steve.

  • RE: Stuffing Compressed Rows

    Thanks for this interesting question Steve. I had to check for a while whether sysdiagrams table is a system table or not.😉

  • RE: T-SQL correlated queries

    Stewart "Arturius" Campbell - Wednesday, March 13, 2019 11:44 PM

    Nice question, thanks Evgeny.

    Tony, this is not a bug, but a side...

  • RE: The Funny Stored Procedure Name

    Great question about a little known but not completely safe feature of SQL Server – numbered stored procedures.
    Notice the use of semi-colon here. The semi-colon is not used...

  • RE: SQL Server Containers

    Yes, IMHO, the answer "SQL Server 2017+" is not quite right.

  • RE: SQL Server Containers

    Steve Jones - SSC Editor - Saturday, January 5, 2019 11:16 AM

    Comments posted to this topic are about the item SQL...

  • RE: The Next SQL Server Version

    Jeff Moden - Wednesday, January 2, 2019 7:44 PM

    Considering that they've kept things like the infamous request by Erland Sommarskog for...

  • RE: The Next SQL Server Version

    Jeff Moden - Wednesday, January 2, 2019 8:41 AM

    George Vobr - Wednesday, January 2, 2019 7:24 AM

  • RE: The Next SQL Server Version

    Yes, they did at least something, but I want to start the new year in an optimistic mood ... 🙂

  • RE: The Next SQL Server Version

    Today's Qotd leads to a secondary question, "What's new in SQL Server 2019?". There are fantastic things there will be enough to study. Thanks for this interesting question, Steve.
    Happy...

  • RE: Christmas 2018 Trivia

    Pretty useful Christmas present, thanks for him Steve.🙂
    Happy merry Christmas!

Viewing 15 posts - 61 through 75 (of 330 total)