Forum Replies Created

Viewing 15 posts - 31 through 45 (of 256 total)

  • RE: Indexing in views

    Good question kapil.

    But if you execute this T-Sql in single batch, then it will give an error like "Procedure vw_customer, Line 9 Incorrect syntax near the keyword 'Create'."

    In...

  • RE: The OUTPUT clause and T-SQL Syntax

    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 INTO keyword....

  • RE: The OUTPUT clause and T-SQL Syntax

    Good question. I learn something new. 🙂

  • RE: T-SQL

    Today's QtD is worthwhile.

    thanks hugo and kapil 🙂

  • RE: What's in a name?

    OCTom (7/19/2013)


    Wait?!?!? It's not Notepad?!?!?

    :w00t:

    Great one !!!

    :w00t::crazy::laugh::laugh::laugh:

  • RE: What's in a name?

    For see SSDTBI, you need to install SQL Server 2014 CTP. Remember that you can not install SQL Server 2014 CTP with other SQL server instance, or side by side...

  • RE: TDE Setup

    Great knowledge sharing. reference article is also great.

    [https://www.simple-talk.com/sql/database-administration/transparent-data-encryption/]

  • RE: Return

    Learn new thing. Thanks carlo 🙂

  • RE: Reset of Identity

    Thanks for easy one 🙂

  • RE: TSQL-Order by

    Danny Ocean (7/14/2013)


    kapil_kk (7/14/2013)


    When I checked the BOL i found that there is a line stating:

    If a table name is aliased in the FROM clause, only the alias name can...

  • RE: TSQL-Order by

    kapil_kk (7/14/2013)


    When I checked the BOL i found that there is a line stating:

    If a table name is aliased in the FROM clause, only the alias name can be used...

  • RE: TSQL-Order by

    Thanks for start Monday with easy one 🙂

  • RE: What will convert return?

    Good one. Actually whenever we try to convert any number data type (int, float, money, decimal,...) in Character format (char, varchar, nchar, nvarchar) and Character format length is less then...

  • RE: Change Tracking

    Good question and straightforward explanation 🙂

  • RE: SQL Server 2012 Concat

    Quite easy, Really very good question. Still 36% people are wrong. It shows important of this question.

    Keep it up man !!! 🙂

Viewing 15 posts - 31 through 45 (of 256 total)