Viewing 15 posts - 541 through 555 (of 652 total)
1. Yes
2. We don't need boot camps. We need companies and environments that sponsor and foster training and education. Most things are learned ad-hoc and it shows in waste and...
July 8, 2011 at 12:32 pm
Tell them you're a sewer worker. (Deal with enough crappy data, it's true!!!) 😀
May 2, 2011 at 11:50 am
My limitations are budget related, not vendor specific. While I'd love to have some of the nifty third party utilities and can justify the need based on ROI, it's not...
May 2, 2011 at 11:47 am
He said he had to fight management to get this changed, as they didn't want to spend the money to modify the hard-coded applications to use a more secure password...
April 11, 2011 at 11:23 am
Partial solution for you to explore...
foreach($server in $servers)
{
# Get fixed drive info
$disks = Get-WmiObject -ComputerName $server -Class Win32_LogicalDisk -Filter "DriveType = 3";
foreach($disk in $disks)
{
$deviceID = $disk.DeviceID;
[float]$size = $disk.Size;
[float]$freespace =...
April 7, 2011 at 12:37 pm
...overwhelms you with a lot of anxiety...
I'm not overwhelmed with anxiety, I'm overwhelmed with too much work. 😛
March 28, 2011 at 7:50 am
Technical aspects aside, the real story is what the company that was compromised was intending to do and what made them a target. :angry:
March 24, 2011 at 6:51 am
TravisDBA:
Duh...Reading is fundamental. That was my point. Small private companies don't currently fall under SOX standards, so they get away with doing this
.
RIF yourself~! 😛
I sometimes wish I had more...
March 18, 2011 at 3:38 pm
I see too many smaller companies not currently under SOX get away with this like posting a single job that includes: Application Developer, Project Manager, Database Administrator, Web Developer,...
March 18, 2011 at 12:45 pm
Many Developers are still of the ilk that they've been given an assignment and they just want to get it off their proverbial plate.
Many developers are overloaded and have too...
March 9, 2011 at 7:43 am
Why do I need Powershell, when I can do all the stuff in GUI using SSIS? Powershell is another geek tool.
Because at some point in your career, you will find...
March 7, 2011 at 7:06 am
I'm a "knowledge worker", so I keep up on the knowledge that pertains to my work. Even if it's not practical, it's essentially what I'm getting paid for.
I'm the same...
February 23, 2011 at 7:36 am
To me, being able to intelligently anticipate and answer questions about "the next version of the primary tool of my trade" is part of what I'm being paid for. If...
February 21, 2011 at 2:32 pm
For those of you who have yet to spend much time with Denali, how do you plan on getting up to speed on it, and when? Will you try to...
February 21, 2011 at 6:57 am
Our very latest system is on Server 2003/ SQL 2005. As a small company we run hardware and software until it's not cost effective. We can't keep up with Redmonds...
February 10, 2011 at 11:33 am
Viewing 15 posts - 541 through 555 (of 652 total)