Forum Replies Created

Viewing 15 posts - 136 through 150 (of 294 total)

  • RE: Updating ID field

    Solution found -

    SET IDENTITY_INSERT [FIM_GLOBAL_ID] OFF

    drop the row I want to change the ID on and then re insert it with the new ID

    SET IDENTITY_INSERT dbo.[FIM_GLOBAL_ID] ON

  • RE: Using Max()

    Very good question - got caught out with as well. Should have realized that with out the where clause that each max() is evaluated individually... nice to learn something at...

  • RE: COUNT, COALESCE, ISNULL, DISTINCT

    raulggonzalez (11/7/2013)


    Thanks for the question!

    Considering that it states "choose 3 answers" and there was no name "JAMES", for me was pretty clear that the author assumed a case insensitive scenario.

    +1...

  • RE: Compressing Filestream

    Thanks for the QotD.

  • RE: UNION

    L' Eomot Inversรฉ (11/5/2013)


    Ford Fairlane (11/4/2013)


    Richard Warr (11/4/2013)


    Seems to be one where the people who didn't think about it found it easy (see some of the comments above) whilst those...

  • RE: SQLCMD

    ๐Ÿ˜€ Easy question - no wait after looking deeper into this shouldn't I expect to see oh wait no it was easy thanks Steve for the QotD

  • RE: UNION

    Richard Warr (11/4/2013)


    Seems to be one where the people who didn't think about it found it easy (see some of the comments above) whilst those who dug a bit deeper...

  • RE: UNION

    Too easy and straight forward QotD. ๐Ÿ™‚

  • RE: "NOT IN" Operator and Three Valued Logic

    Rune Bivrin (11/1/2013)


    Well, good question, but the correct alternative was a bit misleading. You don't get a zero back, you get an empty result set. That's a different answer.

    The man...

  • RE: "NOT IN" Operator and Three Valued Logic

    Great QotD - made me think and slow down before answering ( also ran the code to check what I thought MAY be the answer )

  • RE: DATE Conversion and Format

    Nice QotD thanks

  • RE: Nested Transactions

    Nice start to the week.

  • RE: SQL Server 2012 service accounts

    Thanks for the easy way to end my week ๐Ÿ™‚

  • RE: CDC

    Koen Verbeeck (10/23/2013)


    Easiest question ever. It doesn't even matter which feature is being asked.

    Enterprise has every feature, and developer & evaluation have the same features as Enterprise.

    Ergo, no thinking needed,...

  • RE: Date Functions

    Nice question - thanks

Viewing 15 posts - 136 through 150 (of 294 total)