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,...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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? 😀

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Expressions

    Nice "tricky" question! Thank you!

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: T-SQL

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

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: BETWEEN a hard place and a rock

    Nice question!

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Commenting in Dynamic query

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

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • RE: Sequences II

    Nice question!

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

  • 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...

    /Håkan Winther
    MCITP:Database Developer 2008
    MCTS: SQL Server 2008, Implementation and Maintenance
    MCSE: Data Platform

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