Forum Replies Created

Viewing 15 posts - 646 through 660 (of 1,202 total)

  • RE: Going Solo

    Some people see the glass as half empty, while others see it as half full. I can also show you 10 reasons why you should go into business for yourself,...

  • RE: Feedback and Big Data

    "Culture", is a particular company's collection of practices, In other words, “The way we do things around here.” To change the culture in any company, the change has to be...

  • RE: Insider Security Threats

    On a personal note, I have always argued against all employees having general access to "global email boxes". This may not fall under a "security threats" category per say, but...

  • RE: Change Management

    Our MS SQL Server environment is a different story with few controls, and all of our developers are sysadmins

    I was once told this in a interview by the interviewer and...

  • RE: Change Management

    CM is what it is, and most everyone knows that, amd most everyone knows that it is REQUIRED in most organizations nowadays too. So, managers that make you hurry up...

  • RE: Old Dog, New Tricks

    Sybase:

    SELECT column_list

    FROM table1, table2

    WHERE table1.key_column1 *= table2.key_column1 AND

    table1.key_column2 *= table2.key_column2

    Oracle:

    SELECT column_list

    FROM table1, table2

    WHERE table1.key_column1 = table2.key_column1(+) AND

    table1.key_column2 = table2.key_column2(+);

    SQL Server and MySQL:

    SELECT column_list

    FROM table1

    LEFT JOIN table2

    ON (table1.key_column1 = table2.key_column1 AND

    table1.key_column2...

  • RE: Morale Data

    IMHO, a manager who punishes the whole group for the actions of a few is a very poor manager. They need re-training (or maybe just TRAINING, because a lot of...

  • RE: Morale Data

    We do have an anonymous feedback mechanism thru SurveyMonkey right now, and that seems to work well in most cases. (We occasionally get a response while interesting, does not...

  • RE: Morale Data

    "If they care about their employees, and want to retain the skilled knowledge workers, this type of site could help identify groups of people that are unhappy, or even managers...

  • RE: Try Some New Tools This Month

    Andy, speaking of Password Managers. The best FREE Password Manager I have found is KeePass. A DBA has to manage alot of changing passwords and he/she has to have a...

  • RE: Healthy Work Habits

    Although I definitely agree that keeping healthy improves your odds, but it's by no means a guarantee you will be around, even tomorrow. We had a guy about two years...

  • RE: No Cloud for Stack Exchange

    chrisn-585491 (1/25/2012)


    I think that many IT pros and managment as well are afraid of losing their jobs because of cloud computing.

    Not really. Too many companies it makes sense...

  • RE: No Cloud for Stack Exchange

    "Love of computers" may not be the only reason they, and other companies are not jumping onto the Cloud bandwagon right now. I think that many IT pros and managment...

  • RE: Back to Vegas

    If someone is going for a vacation, and running up tabs, I'd certainly argue they don't deserve to go again.

    I absolutely agree, but unfortunately, at my company NO ONE...

  • RE: Back to Vegas

    Eric M Russell (1/24/2012)


    TravisDBA (1/24/2012)


    My company sent four people (mostly managers) about three years ago to that and they ran up the company's expense accounts so bad on that one...

Viewing 15 posts - 646 through 660 (of 1,202 total)