Forum Replies Created

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

  • RE: NULL Aggregates

    wow... +1.. nice question.. thanks...

    I had little remembrance of Count.

    Using SELECT COUNT(*) or SELECT COUNT(1) (which is what I prefer to use) will return the total...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Whats going on Query window?

    Stewart "Arturius" Campbell (12/12/2014)


    Heals (12/12/2014)


    However, the question seems to be worded incorrectly - if you run this code against SQL 2008R2 you only get two messages come back (At least...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: IsNumeric

    Allthough Books Online does not explicitly document this (or I overlooked it), ISNUMERIC is a function that expects a string input parameter. In the second query, the actual input parameter...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: The First Day

    Nice easiest question...:-P

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: The End

    Very nice question.... +1 😀

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Lists

    Very simple question. i got 1 :w00t:

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Synonyms and Temp Tables

    Very very very easiest question....:-P

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Primary key vs Unique key

    very easy question... 😀

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Synonyms 1

    Nice question:-D

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Is a foreign key constraint an index? If not, is an index automatically created in order to enforce it?

    nice question... i got 4 points 😀

    Clustered Index will created for second table only not for first table. Other wise we can create non clustered index for the first table...

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: The Great Escape

    nice question... which scenario's we can use escape clause?

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Code Names

    wow nice question... this question make me aware of it.... :w00t:

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: T-SQL Syntax Gotchas

    I am running at sql server 2008 R2... for section 6 i didn't get any error....

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: Difference with DataLength and Len with CHAR and NVARCHAR Datatype

    Easy question:-)

    Manik
    You cannot get to the top by sitting on your bottom.

  • RE: CTE DML

    nice question.. some what useful for interview preparation....

    Manik
    You cannot get to the top by sitting on your bottom.

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