Forum Replies Created

Viewing 15 posts - 46 through 60 (of 90 total)

  • RE: SELECT INTO

    UMG Developer (6/13/2010)


    I got it wrong because I didn't read the question correctly, I thought it was asking how many rows where returned.

    Somwhere within my neuron subsystem, I noticed the...

  • RE: Model DB

    CirquedeSQLeil (6/9/2010)


    Thanks. True - BOL does state that the MODEL DB cannot be set to ReadOnly, that's why I found this to be an interesting behavior.

    Agreed. Good QotD,...

  • RE: Simple LIKE with wildcard

    honza.mf (5/25/2010)


    If someone uses case sensitive collation, he will have all characters in uppercase.

    Sounds reasonable, but use COLLATE Czech_CS_AS (instead of the case-insensitive collation) -- SELECT DISTINCT will return three...

  • RE: Simple LIKE with wildcard

    honza.mf (5/25/2010)


    If someone uses case sensitive collation, he will have all characters in uppercase.

    Sorry, ignore this reply and see my next reply :-). Thanks.

  • RE: Simple LIKE with wildcard

    malleswarareddy_m (5/25/2010)


    ...

    select string from #t where string COLLATE CZECH_CI_AS like '_'

    the above you have given returns gives

    CH

    Ch

    ch

    ยขh

    four rows.

    ...

    I was wondering why my SQL Query Analyzer output apparently listed "ch"...

  • RE: What will this return?

    Niths (5/24/2010)


    I executed this query in SQL Client 2008 but i did not receive any output. Instead it just said "Commands executed successfully"...!:(

    The QotD was "What result will @hourdiff hold?"...

  • RE: A round number

    Paul White NZ (5/7/2010)


    Michael Poppers (5/7/2010)


    Ditto.

    Paul, isn't it worth noting the different "ThePrecision" results from the sql_variant_property() output noted earlier in this discussion? Would you like me to add...

  • RE: A round number

    Christian Buettner-167247 (5/7/2010)


    Paul White NZ (5/6/2010)


    Please vote and mark as reproducible if you can.

    Done ๐Ÿ™‚

    Ditto.

    Paul, isn't it worth noting the different "ThePrecision" results from the sql_variant_property() output noted earlier in...

  • RE: A round number

    webrunner (5/4/2010)


    Interesting question, and fascinating discussion. At this point, I'm not sure what the final correct explanation will be.

    If it turns out that the error is only in some clients,...

  • RE: Using IDENTITY as a key column

    Hugo responded:

    In this case, the code runs (the comma is actually not permitted by a strict interpretation of Books Online, but the parser happens to be forgiving in this case).

    True,...

  • RE: Using IDENTITY as a key column

    Hi, Hugo! and thanks for your QotD (which, despite my best efforts, I got right :-)). Just wanted to note (and I'm shocked, SHOCKED, that with 27 posts thus...

  • RE: Rowcount and multiple assignment

    Very cool QotD -- thanks!

  • RE: Database Size

    Hugo Kornelis (1/21/2010)


    I don't often agree with the poeple complaining about the quality of the QotD (though after having written some of them myself, I probably am more qualified to...

  • RE: T-SQL Output Clause

    robert_edis (1/6/2010)


    I am a little confused.

    If the UPDATE statement has a WHERE clause of CategoryID = 7 but no records have been previously loaded then it cannot write any data...

  • RE: T-SQL Output Clause

    john.curran.z3g (1/6/2010)


    Ideally this question would have included the Categories table with the INSERT to remove the dependency on Northwind. This would also remove any doubt as to the number of...

Viewing 15 posts - 46 through 60 (of 90 total)