Forum Replies Created

Viewing 15 posts - 1,231 through 1,245 (of 7,484 total)

  • RE: Maybe Security is Harder than Rocket Science

    The exclusion of special characters mentioned in the editorial is a far too common bad practice. It's sometimes taken to extremes - characters with accents count as special, only...

  • RE: The New Operating System

    William Rayer (2/4/2016)


    Just for info, neither of the links in this article work. The link from "an interesting piece" shows an error saying "The website declined to show this webpage"...

  • RE: Queues in Databases

    Definitely an interesting editorial, and a question well worth asking. My answer is look at the requirements and see whether it will be better to use a database (not...

  • RE: TRY_CONVERT

    Good question, this is a function that everyone should know. It reduces the coding required for validating input enormously.

    Maybe the question and answers should also have referred to nasty...

  • RE: CONNECTing to SQL Server

    Hugo Kornelis (2/3/2016)


    At first I had the server option selected as well.

    Then I recalled that the connect option at server level is actually called CONNECT SQL, not just CONNECT, so...

  • RE: What is the True Version of Code?

    I tend to agree with Jeff's aproach to this - nothing gets into production without going through proper authorisation and being recorded in the VCS.

    However, I agree with those who...

  • RE: What is the True Version of Code?

    Andy Warren (2/2/2016)


    I'm interested in the why. I like source control, use it all the time for code. Why isn't it used as naturally/often for the database? Is it really...

  • RE: DBCC Error 6

    I thought the most likely cause of the DBCC error message was lack of tempdb space for the snapshot it creates; so restarting the instance would ensure that tempdb...

  • RE: EXECUTE AS procedures

    ARGHHH! Create not execute!!!!

    I'm in careless mode tonight (eldest son just pointed me at robozzle.com, which I hadn't seen before, result is that I'm temporarily unable...

  • RE: CHECKing Values

    Hugo Kornelis (1/28/2016)


    Steve Jones - SSC Editor (1/28/2016)


    The value is ambigious, as Hugo noted

    Not ambiguous. Missing.

    Pedantic, I know, but there are situations where the distinction is relevant.

    Not pedantic. Merely...

  • RE: CHECKing Values

    Bob JH Cullen (2/1/2016)


    This is yet another one of those things in SQL Server which appear counter-intuitive. To me, at least. If I want to check that any data in...

  • RE: Are the posted questions getting worse?

    BL0B_EATER (1/29/2016)


    Have you guys during your careers ever thought about doing something else in life.. as opposed to IT / SQL Server / Coding etc etc?

    I was a bit muddled...

  • RE: Stopped working but not thinking!!

    DeWayne_McCallie (1/27/2016)


    I'm not retired (yet); but, I was a master at loading DOS device drivers (I started on DOS v3) in high memory (CD Device drivers etc...) to free up...

  • RE: Turn Out the Lights

    djackson 22568 (1/26/2016)


    TomThomson (1/26/2016)


    ... That's why I think someone who is too dim or too lazy to learn to understand the relational model and write code adapted to that...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (1/26/2016)


    Is anyone else having a "dot your Ts and cross your Is" kind of a day?

    What ? :w00t: ?

    Don't you have those every day ? 😉

Viewing 15 posts - 1,231 through 1,245 (of 7,484 total)