Viewing 15 posts - 646 through 660 (of 1,202 total)
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,...
February 8, 2012 at 9:05 am
"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...
February 7, 2012 at 8:05 am
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...
February 6, 2012 at 8:15 am
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...
February 3, 2012 at 11:49 am
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...
February 3, 2012 at 9:19 am
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...
February 2, 2012 at 8:57 am
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...
January 31, 2012 at 9:52 am
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...
January 30, 2012 at 1:32 pm
"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...
January 30, 2012 at 12:23 pm
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...
January 27, 2012 at 7:41 am
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...
January 26, 2012 at 11:48 am
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...
January 25, 2012 at 12:14 pm
"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...
January 25, 2012 at 10:09 am
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...
January 24, 2012 at 12:41 pm
Eric M Russell (1/24/2012)
TravisDBA (1/24/2012)
January 24, 2012 at 11:37 am
Viewing 15 posts - 646 through 660 (of 1,202 total)