Forum Replies Created

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

  • RE: Serious bug in SQL Server 2012 SP1, due to msiexec process keep running

    Koen Verbeeck (9/11/2013)


    Maybe your post should focus more on the fact that this bug is already resolved.

    The fix can be downloaded here:

    Non Security Update for SQL Server 2012 SP1 (KB2793634)

    Yes,...

  • RE: CASE vagaries

    The title of the question has nothing to do with the trick question with the IsNULL() function and the variable length. The question only proves that IsNull is using the...

  • RE: CONCAT 1

    +1 Thank you for this easy one. I've been educating people about the news in SQL server 2012 and I really like this function. Not becase the possibility to concat...

  • RE: User with total points more than 30000?

    L' Eomot Inversé (8/20/2013)


    hakan.winther (8/20/2013)


    +1 Learned something new today. The leaderbord has a bug, is that the reason why I am not at the top? 😀

    I doubt it; probably the...

  • RE: User with total points more than 30000?

    +1 Learned something new today. The leaderbord has a bug, is that the reason why I am not at the top? 😀

  • RE: Expressions

    Nice "tricky" question! Thank you!

  • RE: T-SQL

    kapil_kk (7/22/2013)


    PRR.DB (7/22/2013)


    If table doesn't have clustered index , there is no guarantee for order , if table having clustered index then result will display clustered index column order.

    Is...

  • RE: T-SQL

    This was an easy question, but in reallity too many "developers" have missed this fact.

  • RE: IFF - 1

    Easy question, as long as I ignore the fact that some instances may require case sensitivity because of the applications using the db (well... not written by me, but probably...

  • RE: BETWEEN a hard place and a rock

    Nice question!

  • RE: Lock Escalation Limit

    Nice question, but the right option is missing. Row locks are never escalated to page locks according to BOL.

    "The Database Engine does not escalate row or key-range locks to page...

  • RE: Table variables

    Well, this was an easy one!

    You can use table variables in some type of functions, but not in all. You can't use(declare) a table variable in an inline table...

  • RE: Commenting in Dynamic query

    Nice question, I was only focusing on the string concatenation and not the declaration.

  • RE: Sequences II

    Nice question!

  • RE: SQL Server 2008 and XML

    I knew it couldn't be a simple answer, but I answered based on what it should have been if it wouldn't have been the CASE difference. I don't like questions...

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