Forum Replies Created

Viewing 15 posts - 7,531 through 7,545 (of 39,763 total)

  • RE: Are You a Tech Company?

    roger.plowman (9/20/2016)


    No, no small releases to new systems (other than bug fixes, of course).

    The reason I say this is that new systems are not known quantities nor are they stable...

  • RE: Are You a Tech Company?

    roger.plowman (9/20/2016)


    I read the article Steve was talking about and it is based on the badly flawed premise "software mistakes have essentially zero cost". That is so breathtaking boneheaded I...

  • RE: Are You a Tech Company?

    wojnarkj (9/20/2016)


    Maybe I am being too critical of the choice of words here but does Mr. Jones REALLY mean "We should learn from mistakes, and not try to avoid them"...

  • RE: Are the posted questions getting worse?

    Brandie Tarvin (9/19/2016)


    And THIS[/url], folks, is why backups are important.

    http://www.sqlservercentral.com/articles/Editorial/146482/

  • RE: SQL Server v Access re:security

    Stored procedures do not prevent SQL Injection. SQL Injection comes when you build any string from user input. That can take place in a stored procedure if you use dynamic...

  • RE: code handle by UI or other

    It seems like you have two things here. The background process and how this calculates, which I'm not sure what that means for your UI logic or tracking the date....

  • RE: SQL Server v Access re:security

    page853 (9/19/2016)


    Hi SSCrazy

    could you point me to the relevant HIPPA stuff re: MS Access (or alludes to it)

    thanks

    It's pietlinden, not SSCrazy.

  • RE: SQL Server v Access re:security

    pietlinden (9/19/2016)


    If it's clinical trials data, that's all covered under HIPPA/PHI rules.

    Having Access involved is a security disaster waiting to happen. It has no built-in security anymore. If at all...

  • RE: SQL Server v Access re:security

    Eric M Russell (9/19/2016)


    Most RDMS are air-tight from external hacking attempts when the DBA properly implements authentication and authorization.

    At least based on news reports (and subsequent technical analysis by...

  • RE: The 10X Programmer

    djackson 22568 (9/19/2016)


    However, 10x comes across as "more quantity", and software should really be about "more quality".

    ...

    Yes, this. It's not LOC or some simple metric.

    I interpret what Steve...

  • RE: The 10X Programmer

    Iwas Bornready (9/19/2016)


    "Given the state of questions I see asked on SQLServerCentral and other sites, it definitely seems that there are plenty of developers being paid to produce poorly written...

  • RE: The 10X Programmer

    Gary Varga (9/19/2016)


    One of the biggest misnomers is the term "10x Developer" as to have one you need another developer who struggles to manage 1x but deals with all the...

  • RE: The 10X Programmer

    Sean Redmond (9/19/2016)


    This reminds me of the model for programmers in Fred Brooks' 'The Mythical Man Month'.

    He is of the opinion that programmers should be trained and treated as consultant...

  • RE: SQL Server v Access re:security

    Well, they are different in a few ways. Access would depend on the ACLs in the file system to limit someone from opening the Access files. However, someone could take...

  • RE: A failure occurred during initializing of an Audit

    What is your audit definition? Do those objects exist?

Viewing 15 posts - 7,531 through 7,545 (of 39,763 total)