Forum Replies Created

Viewing 15 posts - 271 through 285 (of 325 total)

  • RE: More Unicode

    I am sorry. Note above I wanted send to Mr. tripleAxe.

  • RE: More Unicode

    You got it right!

    With the words of the poet Shakespeare: Much Ado About Nothing. Steve has done a little typo only.

    The result is always 65, even if you run eg....

  • RE: Waiting for a delay

    I'm surprised that in the BOL is stated: "Dates cannot be specified; therefore, the date part of the datetime value is not allowed." But the following script can be used...

  • RE: Estimating Vardecimal

    Thanks for this question. Perhaps even note that the vardecimal storage format is deprecated

    and sp_estimated_rowsize_reduction_for_vardecimal is available in SQL Server Enterprise Edition only.

  • RE: EXECUTE AS sa

    Thanks for this question Steve. Today I had to do with the question of a hard time, really dangerous.:-) Eventually helped me this article, which confirms that it is dangerous:...

  • RE: The .ORG mask

    Thanks Steve, it is striking that a high number of incorrect answers . Exactly the same question there was already March 21, 2016 and an article of the Stairway Series:...

  • RE: Auditing DDL Actions

    Thanks for the interesting question. If you should really cover all the events on any table, it would be appropriate to use DDL_TABLE_VIEW_EVENTS.

  • RE: Forcing Plans in the Query Store

    New and interesting , thanks for this question Steve.

  • RE: ORDER BY ASC and NULLs last

    Thanks Horia, interesting question and good explanation. It may be useful when dealing with NULLs.

  • RE: Which properties exist?

    +1, Thanks Steve.

  • RE: Converting to XML

    Ed Wagner (3/31/2016)


    George Vobr (3/31/2016)


    Toreador (3/31/2016)


    George Vobr (3/31/2016)


    It just shows that the result with the NULL is the same as 'NULL', nothing more.

    I would have expected 'NULL' to be treated...

  • RE: Converting to XML

    Toreador (3/31/2016)


    George Vobr (3/31/2016)


    It just shows that the result with the NULL is the same as 'NULL', nothing more.

    I would have expected 'NULL' to be treated as a string with...

  • RE: Converting to XML

    Toreador (3/31/2016)


    George Vobr (3/30/2016)


    Try this:

    SELECT TRY_CONVERT(XML, 'NULL');

    The others I understand, but not this one!

    Hi Toreador

    It just shows that the result with the NULL is the same as 'NULL', nothing more.

    Sincerely...

  • RE: Converting to XML

    Thanks Steve for an interesting question. I have tried a variant, the result of which I couldn't answer without running the code in SSMS. Try this:

    SELECT TRY_CONVERT(XML, NULL);

    SELECT TRY_CONVERT(XML, 'NULL');

    SELECT...

  • RE: Unique Constraints

    Thanks for a good explanation and an interesting reference link.

Viewing 15 posts - 271 through 285 (of 325 total)