Forum Replies Created

Viewing 15 posts - 9,256 through 9,270 (of 39,771 total)

  • RE: Surfing

    chrisn-585491 (8/25/2015)


    I'm still paddling...

    Just talked to someone about a position that pays 1.5 times my current salary. Turns out I'm over-experienced/over-qualified for it... :crazy:

    Take it. Redo your resume, sell them...

  • RE: Mission Critical Deployments

    Eric M Russell (8/24/2015)


    It seems to me that, even in the event of a catastrophic computer system failure, an airplane should still be functional enough to make an emergency landing...

  • RE: The Road to Success

    Jeff Moden (8/21/2015)


    Heh... who tests the unit test code to make sure that's right? 😉

    The developer, other developers, whoever. If it's not, change it. Tests aren't, nor should they be...

  • RE: What are your five most common T-SQL commands

    Wow some great lists. This might be a good thread to compile into an article.

  • RE: Why Use Version Control?

    Glad to hear a few of you find value in a VCS. I certainly have many times, and even when I haven't, I'm glad it's there in case I do...

  • RE: The Road to Success

    This is why I am pushing unit testing. The things that Tom mentions are true. We don't have huge verification budgets, nor time, and mistakes will be made. However if...

  • RE: Talking baseball

    Yanks in first, Rockies in last, a mixed year for me.

    Not sure how the playoffs will go, but it will be an interesting ride. Will KC do it again in...

  • RE: Power tools

    I wish I could make these .2 points. It feels unfair as a trivia question, but I did think about trying to bring some awareness to the proliferation of tools.

  • RE: Are the posted questions getting worse?

    I had someone ask recently about seeing more dev articles, especially T-SQL based ones. Anyone up for doing some one-pagers that solve some of the things you've done in the...

  • RE: Knowing the expiry of service account

    From a command prompt, net user [username] gives it in details. You could get this from xp_cmdshell, but you'd be parsing things. Get-ADUser in Powershell can help as well.

  • RE: handling odd date format

    There's no good way to handle this unless you know the month, date, and year that are being entered. If I enter 19122011

    Is this

    Nov 20, 1912 or Dec 19, 1912?

    Surely...

  • RE: The Road to Success

    ZZartin (8/20/2015)


    As much as I'm all for making improvements when possible/needed I get worried when developers have nothing better to do than just start randomly picking things to improve 😛

    I...

  • RE: Wildcard Searches

    I'll take a look, probably not until Monday

  • RE: The Road to Success

    kiwood (8/20/2015)


    Actually, what is really missing is the thought that all these will appear as a mistake in the short term (or even a mistake at all).

    "...If you've ever driven...

  • RE: The Road to Success

    Jeff Moden (8/19/2015)


    One of my previous bosses said that "If you don't make mistakes, I'm not pushing you hard enough".

    While I agree with that, the place to experiment and make...

Viewing 15 posts - 9,256 through 9,270 (of 39,771 total)