Forum Replies Created

Viewing 15 posts - 2,881 through 2,895 (of 3,348 total)

  • RE: NULL

    Christian Buettner-167247 (4/13/2010)


    Hugo Kornelis (4/13/2010)


    [wrote lots of good stuff...]

    Thanks for this excellent clarification which deserves an Article on its own! So you better get started! 😀

    Thanks, Chris!

    I already wrote and...

  • RE: NULL

    Bad question. Or maybe I should say, great question, terrible answer options. I only got a point because I (rightly) assumed that the question's author fell victim to the most...

  • RE: String length?

    sjeniferal (4/12/2010)


    So it will execute this forever? But obviously it won't execute forever, correct? Is there a time limit within SQL Server after which long running queries will be killed?...

  • RE: String length?

    Joy Smith San (4/11/2010)


    haaaa..very good question.. fortunately I got it right.

    Wel, I would like to know...

    1. When a query will timeout.?

    2. When execution of something will run out of memory.?

    thanks.

    I...

  • RE: ANSI_NULLS

    CirquedeSQLeil (4/8/2010)Is 0/0 = 1 or is 0/0 an error?

    To that question, my answer is a clear and resounding "yes"! 😛

  • RE: ANSI_NULLS

    CirquedeSQLeil (4/8/2010)


    Hugo Kornelis (4/8/2010)


    Paul White NZ (4/8/2010)


    Hugo Kornelis (4/8/2010)


    ...hard question list...

    I got all those questions wrong - except the 15% one :blink:

    So that means you learned something new from four...

  • RE: Report Server Web Service

    Tom Garth (4/8/2010)


    I stand corrected. After rereading Hugo's answer I may have gottem it right for the wrong reason.

    So is 2005 the endpoint's port number?

    You'll have to re-reread my post.:-D...

  • RE: ANSI_NULLS

    Paul White NZ (4/8/2010)


    Hugo Kornelis (4/8/2010)


    ...hard question list...

    I got all those questions wrong - except the 15% one :blink:

    So that means you learned something new from four out of those...

  • RE: ANSI_NULLS

    RBarryYoung (4/7/2010)


    Paul:

    Now I'm curious to know how you did on mine...? (here: http://www.sqlservercentral.com/questions/T-SQL/63632/) Its still got one of the lowest correct percentages that I know of.

    That was a...

  • RE: Report Server Web Service

    A nice question, but the answer is not completely accurate.

    If you read the explanation in page that is linked to, you'll see that the actual name of the endpoint depends...

  • RE: Query cost

    My apologies, I was forgotten to follow up here.

    I got a response from Itzik. His source is an old blog post from Conor Cunningham - another man to take VERY...

  • RE: Primary Keys

    parthenitin (4/3/2010)


    When we creates the primary key it alwas enforce to create as Clustured.

    how it will enforce to create as NonClustered.

    Please Can u tell me.

    In addition to the reply by...

  • RE: Don't forget this date.

    bigM (4/2/2010)


    Hi all,

    This is an extrapolated question from the actual QoD, but I would like to know the reason (coz of knowledge gaining reason)

    Why the 'mmm' part in the RESULT...

  • RE: Don't forget this date.

    *groan*

  • RE: Don't forget this date.

    bigM (4/2/2010)


    When I insert the datatime row into a table as below, I get different result. Any idea?

    use tempdb

    go

    create table test1 (dat datetime)

    go

    insert into test1 values('1753-01-01')

    select * from test1

    RESULT:

    1753-01-01 00:00:00.000

    Here...

Viewing 15 posts - 2,881 through 2,895 (of 3,348 total)