Forum Replies Created

Viewing 15 posts - 316 through 330 (of 1,048 total)

  • RE: TSQL- XQuery

    Hugo Kornelis (7/29/2013)


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

  • RE: Trying to convert varchar to datetime

    savycara (7/24/2013)


    Actually 2011 is year and 4 is month which shoud be represented as 04 and date is 01 (which is to be added)

    I need this column data...

  • RE: Trying to convert varchar to datetime

    in what manner you want to display this '20114'

  • RE: SQL Question

    You need to follow this article for posting any question:

    http://www.sqlservercentral.com/articles/Best+Practices/61537/

  • RE: Indexing in views

    Lokesh Vij (7/23/2013)


    Interesting question Kapil!

    Even if someone is not aware that the index gets dropped (in Scenario-2); Scenario-3 was easy to attempt, because non-clustered index created in this scenario...

  • RE: grant access to all databases

    You arw getting this error because you have specified db_datareader, db_datawriter' as a single role and due to this sql server not able to identify it as a valid role........

  • RE: SQL Question

    It will be good for us to solve your problem if you provide some more details like table structure, sample data and resultant output....

  • RE: update script

    riya_dave (7/23/2013)


    thats not a problem.

    i am getting error at update statement

    can you please post the actual error...

    WHile the error you post in your post is about invalid column name type...

    As...

  • RE: differences

    ramyours2003 (7/23/2013)


    what are the differences while installing sql 2005 vs sql 2008 ?

    It will be good if you Google for this....

  • RE: Query taking non-consistent time to execute

    you can also refer the execution plan for this.......

  • RE: Creating a view with Declare

    bawinkley (7/23/2013)


    I'm pretty sure you cant use variables in views, I have decided to take them out which isn't the end of the world.

    I haven't worked out how to...

  • RE: The OUTPUT clause and T-SQL Syntax

    Hugo Kornelis (7/23/2013)


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

  • RE: The OUTPUT clause and T-SQL Syntax

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

  • RE: The OUTPUT clause and T-SQL Syntax

    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

  • RE: The OUTPUT clause and T-SQL Syntax

    Danny Ocean (7/22/2013)


    Good question. I learn something new. 🙂

    +1 🙂

Viewing 15 posts - 316 through 330 (of 1,048 total)