Forum Replies Created

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

  • RE: Trailing

    This is a quite uesful anomaly. It allows for easy cut'n'paste between table creation scripts, without worrying about deleting any trailing commas or having commas between constraints.

  • RE: Running External Scripts

    Nice'n'easy!

    Funny part in the docs:

    [ @language = ] 'language'

    Can be any supported language that has been registered by using xxx. language is sysname.

    Valid values are 'R'.

    How do I invoke xxx?:-P

  • RE: Comparing with NULL

    Nice question, but the correct answer is as usual: "It depends". In this case on the setting of ANSI_NULLS.

  • RE: Complex foreign key

    Good question, but a small nit-pick:

    "The syntax of the batch is correct" is not really an output of the batch, but the conclusion of the parser. That message doesn't appear...

  • RE: Updating a View with CHECK

    shaneoneillis (9/15/2016)


    Interesting how it fails with no error, thanks Steve!

    Disregarding the fact that it doesn't, of course...:-P

  • RE: Updating a View with CHECK

    Mighty (9/15/2016)


    +1

    Reading this question, it seems logical to assume that there is a record with id 2.

    And also assume that it's original value for the HireDate falls within the CHECK...

  • RE: Updating a View with CHECK

    Magnus Ahlkvist (9/15/2016)


    I don't Think the correct answer is correct.

    When I try to update a view (defined using WITH CHECK OPTION) with a value which makes the row fall outside...

  • RE: Union Date/Time Data Types

    In addition to the previous, the padding has changed on SQL 2016. It will pad with 0000, 3333 or 6667, depending on the value of the DATETIME. I suppose that...

  • RE: Rounding Rules

    And once again, Steve's proof-reading skills prove somewhat lackadaisical 😛

  • RE: TRUNCATE and ROLLBACK

    And time to get coffee 🙁

  • RE: Stretch Database Datatype Limitations

    Steve has too much on his hands.

  • RE: Resource Governor Limits?

    Wouldn't this depend on whether the limit is set with MAX_CPU_PERCENT or CAP_CPU_PERCENT?

  • RE: Getting index columns

    Yay! I got it right!

  • RE: Log Shipping Information

    Stewart "Arturius" Campbell (4/15/2016)


    Rune Bivrin (4/15/2016)


    Ah, well. Got to read a bit about log shipping. That's worth something.

    Is it only me who thinks Steve's error quota for QotD has risen...

  • RE: Log Shipping Information

    Ah, well. Got to read a bit about log shipping. That's worth something.

    Is it only me who thinks Steve's error quota for QotD has risen considerably as of late?:hehe:

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