Forum Replies Created

Viewing 15 posts - 16 through 30 (of 55 total)

  • RE: Precision required

    I have never used this 'T' format :w00t:

    I need a review on SQL Server format.

  • RE: INNER JOIN

    archie flockhart (3/13/2013)


    I was confused by people saying how rare it was to find matching values. When I tested the original code, I found that it was not infrequent at...

  • RE: Temp Table Data Types

    Stewart "Arturius" Campbell (3/13/2013)


    Interesting question, thanks Dave

    Another way to check the detail of the temp table would be to execute tempdb..sp_help #TempQoD

    I often use sp_help to get db object info,...

  • RE: INNER JOIN

    Evgeny Garaev (3/12/2013)


    Right answer is wrong in this case. Beacause some rows could be returned. This query will prove my words:

    end

    +2 😎

    I agree. So what I learned from this question...

  • RE: DATETIME - 3

    This was a tough one for me. I didn't know the default cut off year. thanks.

  • RE: SubQuery

    L' Eomot Inversé (3/8/2013)


    Primo Dang (3/8/2013)


    buddy__a (3/8/2013)


    I'm still waiting for someone to fix this. The answer saying "ORDER By is required when using a TOP clause" is clearly wrong.

    It...

  • RE: SubQuery

    SQLRNNR (3/7/2013)


    Looks like we may have a fun day with this question.

    You're right. Look like a lot of people have fun figure out this one. The question did more good...

  • RE: SubQuery

    demonfox (3/7/2013)


    The first three items are required for subqueries. There are only 32 nesting levels allowed and if a TOP clause is used, an ORDER BY must be included.

    actually, It's...

  • RE: CREATE statement

    demonfox (3/6/2013)


    did I miss something ???

    or there are more than 2 failures ...

    select db_id('dbdb')

    -- and the second one

    select object_id('dbdb')

    I don't think it will return the same value for a database.

    I...

  • RE: Differential backup question

    Abu Dina (2/14/2013)


    I do FULL backups every two weeks and daily differentials on a number of SQL instances.

    The backup command I use for the differential backups in my sproc is...

  • RE: Differential backup question

    anthony.green (2/14/2013)


    You dont have an INIT and FORMAT so it is appending the diff backup to the media set not overwriting it, so it contains all 13 days diff backups.

    Highly...

  • RE: ISNUMERIC

    haha. this not really about IsNumeric(). these type of questions are fun to solve. 😀

  • RE: Clustered Index

    I had to do some research for this one. good question.

  • RE: SETTINGS - 1

    thanks for the question.

  • RE: Can This Work?

    This is a fun question. Of course, the code will fail the syntax validation if executed all at once. Two proc call each other, eventually SQL Server will freak out....

Viewing 15 posts - 16 through 30 (of 55 total)