Forum Replies Created

Viewing 15 posts - 1,651 through 1,665 (of 3,348 total)

  • RE: TSQL- XQuery

    L' Eomot Inversé (7/29/2013)


    if I need to know I can either play (if I have a SQL Server instance I can play with handy) or look it up (if I...

  • RE: TSQL- XQuery

    I like the question. I don't think it's a trick question - many people here are so used to using case insensitive collations (stupid defaults!!!) that they can and will...

  • RE: TDE Setup

    I got it right, because I know that you have to create a certificate in master to protect the master key - but the question is a bit misleading.

    The question...

  • RE: Could You Live Like a DBA?

    I am now searching (or rather, scanning) all nooks and corners in my home to find the hidden camera that just has to be installed somewhere. This is exactly my...

  • RE: Indexing in views

    wolfkillj (7/25/2013)


    Andrew Diniz (7/25/2013)


    I supposed (incorrectly) that the ALTER VIEW would fail due to the addition of the non-determinitic column, CurrentDate, to the indexed view.

    Learned lots this morning! Nice question!

    Even...

  • RE: What's in a name?

    L' Eomot Inversé (7/24/2013)


    PHYData DBA (7/23/2013)


    L' Eomot Inversé (7/22/2013)


    I suppose I ought to install BIDS and learn to use it on 2008R2 and install SSDTBI on my win 8/SQL 2012...

  • RE: Indexing in views

    Interesting question!

    I would have expected the ALTER VIEW to fail because of the presence of an index - if you had included that as an answer option, I would have...

  • RE: The OUTPUT clause and T-SQL Syntax

    Carlo Romagnano (7/24/2013)


    Hugo Kornelis (7/23/2013)

    ...

    In other words - if the statement causes a trigger to fire, it should have either no OUTPUT clause or an OUTPUT clause with an...

  • RE: The OUTPUT clause and T-SQL Syntax

    kapil_kk (7/23/2013)


    Hugo Kornelis (7/23/2013)


    kapil_kk (7/23/2013)


    Can someone please throw more light on this statement-

    DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause

    Which part...

  • RE: The OUTPUT clause and T-SQL Syntax

    kapil_kk (7/23/2013)


    Can someone please throw more light on this statement-

    DML statement cannot have any enabled triggers if the statement contains an OUTPUT clause without INTO clause

    Which part of the statement...

  • RE: T-SQL

    kapil_kk (7/22/2013)


    (...)

    In this example after putting clustered index we will data in ascending sorted order.... while before adding clustered index data was not coming in an order...

    I am confused now...

  • RE: T-SQL

    kapil_kk (7/22/2013)


    John Mitchell-245523 (7/22/2013)


    kapil_kk (7/22/2013)


    Yes you are right but user PRR asked a scenario only for clustered index and if a clustered index is used then it will reorder of...

  • RE: T-SQL

    kapil_kk (7/22/2013)


    Yes you are right but user PRR asked a scenario only for clustered index and if a clustered index is used then it will reorder of the data in...

  • RE: T-SQL

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

  • RE: Change Tracking

    DivyaMohankumar (7/10/2013)


    Hi

    Can anyone explain Change tracking and its use...

    Start here: http://msdn.microsoft.com/en-us/library/bb933875.aspx. Then,...

Viewing 15 posts - 1,651 through 1,665 (of 3,348 total)