Forum Replies Created

Viewing 15 posts - 2,866 through 2,880 (of 7,483 total)

  • RE: Today's Random Word!

    Ed Wagner (11/25/2013)


    Revenant (11/25/2013)


    L' Eomot Inversé (11/25/2013)


    crookj (11/25/2013)


    Kurt W. Zimmerman (11/25/2013)


    Ed Wagner (11/25/2013)


    BWFC (11/25/2013)


    crookj (11/25/2013)


    JAZZ Master (11/25/2013)


    Kurt W. Zimmerman (11/25/2013)


    Ed Wagner (11/25/2013)


    L' Eomot Inversé (11/24/2013)


    SQLRNNR (11/23/2013)


    Revenant (11/22/2013)


    Ed Wagner (11/22/2013)


    sing4you (11/22/2013)


    Meathead

    Meatloaf

    Meatballs

    schwartz

    spices

    Garlic

    vampire

    nosferatu

    Count

    tally

    High...

    Tom

  • RE: Datetime conversion of empty string

    Richard Warr (11/25/2013)


    Straightforward enough question but, as it's a DATETIME you will actually get 1900-01-01 00:00:00.000 as the result.

    Glad to see I'm not the only pedant in the pool. 🙂

    But...

    Tom

  • RE: Today's Random Word!

    crookj (11/25/2013)


    Kurt W. Zimmerman (11/25/2013)


    Ed Wagner (11/25/2013)


    BWFC (11/25/2013)


    crookj (11/25/2013)


    JAZZ Master (11/25/2013)


    Kurt W. Zimmerman (11/25/2013)


    Ed Wagner (11/25/2013)


    L' Eomot Inversé (11/24/2013)


    SQLRNNR (11/23/2013)


    Revenant (11/22/2013)


    Ed Wagner (11/22/2013)


    sing4you (11/22/2013)


    Meathead

    Meatloaf

    Meatballs

    schwartz

    spices

    Garlic

    vampire

    nosferatu

    Count

    tally

    High Performance

    ssd

    lsd

    Old Money

    Tom

  • RE: Core T-SQL

    scott.fountain (11/25/2013)


    Applying indentation so scripts are readable

    Yes, that's important.

    [

    Nothing spells a good day at work like reviewing a query containing multiple nested table expressions; all the while, no indentations -...

    Tom

  • RE: Create table, how to set PK as MMYYYY?

    Robert Davis (11/24/2013)


    If you're going to store it as MMYYYY, I would store it as an int, not a date or datetime. Otherwise, it will be converted to a different...

    Tom

  • RE: What is SQL Server not good at?

    There are a few failings that I find irritating:-

    The inability to represent domain constraints directly. If I have some domain that is used in many coulumns and in many...

    Tom

  • RE: Still cannot figure passing a variable to procedure

    homebrew01 (11/22/2013)


    Can you explain the risk a bit more ?

    Jeff has already explained it, but I can't resist providing you with this link[/url].

    Tom

  • RE: Create table, how to set PK as MMYYYY?

    I would keep it as date (not datetime).

    Then add a table constraint as suggested by Luis and fix the day part of the date either by an instead...

    Tom

  • RE: sysadmins

    Nice question.

    But 27% wrong answers! (242 out of 520). That's pretty amazing. Nearly half the people who replied don't know that security princials are listed in the sys.server_principals DMV...

    Tom

  • RE: Core T-SQL

    I think the idea of "Core TSQL" isn't unreasonable, but no set of knowlege which is just about T-SQL and not about the bigger picture will ever make a competent...

    Tom

  • RE: Core T-SQL

    Jeff Moden (11/22/2013)


    From the article:


    This week I'm curious if we can debate about, and compile, a list of core skills with T-SQL that we think someone ought to understand to...

    Tom

  • RE: update query - Add a - after everthing in a specific field. Sql server 2008

    SampathKumarM (11/23/2013)


    update table1

    set field1 = Field1 - Field1 * 2

    It should work some extent.

    That seems the hard way to do

    update table1 set field1 = 0 - field1;

    (or even...

    Tom

  • RE: Updating grandparent table inside a trigger

    The problem with the original join, according to the table definitions given, is that the field in the enrollment table is called epatientid, not patientid. So naturally the name...

    Tom

  • RE: Today's Random Word!

    SQLRNNR (11/23/2013)


    Revenant (11/22/2013)


    Ed Wagner (11/22/2013)


    sing4you (11/22/2013)


    Meathead

    Meatloaf

    Meatballs

    schwartz

    spices

    Tom

  • RE: Wildcards

    Steve Jones - SSC Editor (11/22/2013)


    Tom,

    You're being pedantic here in terms of the question. The question isn't which of these are single characters, which which wildcards match.

    Yes, I'm probably being...

    Tom

Viewing 15 posts - 2,866 through 2,880 (of 7,483 total)