Forum Replies Created

Viewing 15 posts - 11,581 through 11,595 (of 39,800 total)

  • RE: Time for Learning

    thanks. I have some videos to check out, and I'll add Sean's the list. For now I'm going through the book and want to see where that gets me.

  • RE: Time for Learning

    peterzeke (11/14/2013)


    I read the brief text describing the TED talk video on the video webpage, and paid careful attetion to the statement about 20 hours essentially equates to 45 minutes...

  • RE: Time for Learning

    jay-h (11/14/2013)


    It is claimed that it takes a dog 500 tries to learn a trick ... at 5 tries /hour that works out to 100 hours. Seems about right....

  • RE: Are the posted questions getting worse?

    Greg Edwards-268690 (11/14/2013)


    Show me the person who is a master of all things SQL Server.

    They are as rare as seeing a unicorn!

    No such thing, for either. On the MVP list...

  • RE: Are the posted questions getting worse?

    Lynn Pettis (11/13/2013)


    It is 23:27 Afghan time. Three minutes until my phone interview. Wish me luck!

    Best of luck!

  • RE: Effectiveness

    I have seen quite a few DVD/BluRay players in the last decade like that. I've returned some and gotten others, quality has not improved. At some point I've lived with...

  • RE: Effectiveness

    Dale Turley (11/13/2013)


    Isn't this true of television manufacturers, carpet makers, stereo manufacturers, and... just about every other business?

    Would you be happy with a new stereo that could only play sound...

  • RE: Access rights

    If it's just dev, look at this article: http://technet.microsoft.com/en-us/library/ms187611%28v=sql.100%29.aspx

    I'd script the permissions to set this up to a group, then add the devs to the group.

  • RE: There is a prefered age for developers and administrator the recruiters in companies preferred it?

    That article talks about issues after age 40 and 50, not 30.

    Age discrimination is usually when you are later in your career. However it could also occur when someone doesn't...

  • RE: query plan with "parallelism"...

    are the indexes in use in the plan? Are statistics up to date?

    Without code and an exec plan, hard to guess here.

  • RE: Trim Function Problem

    You need some better DDL And DML here to make a care. Something like:

    create table originalHeader (colname varchar(20));

    insert OriginalHeader select ('AAAA'), ('BBBB '), ('CCCC');

    Give us something to work with. It's...

  • RE: Access rights

    I agree with Jeff. You want to be careful with KILL. I've had it work 99% of the time, but that 1% can be really, really annoying and a killer.

    Instead,...

  • RE: Cyberwar

    djackson 22568 (11/11/2013)


    I think I am the one who is having difficulty describing my point. Let me do it another way. If we take an example...

  • RE: Cyberwar

    Gary Varga (11/11/2013)


    Steve, sorry but I disagree. Yes, examples should be complete including best security practices where appropriate, however, it does have an impact on effort. Security needs planning, design...

  • RE: Cyberwar

    I'd still argue this is more an internal developer professionalism issue more than a business case.

    We, as people that teach and help others, need to present good examples and...

Viewing 15 posts - 11,581 through 11,595 (of 39,800 total)