Forum Replies Created

Viewing 15 posts - 136 through 150 (of 295 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

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Compressing Filestream

    Thanks for the QotD.

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: UNION

    Too easy and straight forward QotD. ๐Ÿ™‚

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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 )

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: DATE Conversion and Format

    Nice QotD thanks

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Nested Transactions

    Nice start to the week.

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: SQL Server 2012 service accounts

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

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • 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,...

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

  • RE: Date Functions

    Nice question - thanks

    Hope this helps...

    Ford Fairlane
    Rock and Roll Detective

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