Viewing 15 posts - 1,726 through 1,740 (of 3,221 total)
Comparing adding $2k iron against the cost of "fixing" the code misses out the long term cost of not "fixing" the code. People have mentioned "mindset" and I would have...
February 5, 2015 at 1:01 am
A little late to the party (for many tedious reasons) but thoroughly enjoyed nonetheless!!!
February 5, 2015 at 12:25 am
Sometimes I find the answer when I am stagnating (it's me stagnating - not the job!!!) to go away and have a blow out of a weekend. The format of...
February 5, 2015 at 12:13 am
If you changed the line:
Test-SQLConnection -Instances $svr
to
$testResults = Test-SQLConnection -Instances $svr
then you can create a CSV file with the following line:
$testResults | Export-Csv "C:\testResults.csv"
and output it to the screen as...
February 4, 2015 at 11:55 pm
In case you are still looking then I have found some interesting links here:
http://rvdnieuwendijk.com/2012/05/29/powershell-function-to-get-disk-scsi-lun-number/%5B/url%5D
(See the comments too!!!)
I hope that helps.
February 4, 2015 at 11:48 pm
I spent three quarters of an hour responding to this first thing this morning only to lose it due to stupid Internet access problems. So, probably to your advantage, you...
December 23, 2014 at 8:44 am
GoofyGuy (12/22/2014)
December 22, 2014 at 9:38 am
I have worked at a lot of company sites located in old buildings (by UK standards) so often the opportunity to have an adequate kitchen was difficult let alone great...
December 22, 2014 at 4:22 am
Us developers can support our DBA chums by accepting and self-enforcing SQL coding standards whether we agree with them or not (they are usually well thought out and the pros...
December 22, 2014 at 4:11 am
I think that this all leads to a two tier Internet. This is like the early days of the web where AOL (I think) users had a simplified view of...
December 19, 2014 at 9:31 am
daxz (12/15/2014)
December 19, 2014 at 9:17 am
I'm not sure if that means that the criminals are incredibly smart or the way most of us implement security is done poorly.
Yes. Both.
December 19, 2014 at 9:09 am
Steve Jones - SSC Editor (12/17/2014)
...You don't have to do things on Saturday, my wife wouldn't, but many would...
No. Not Saturdays. I am running about on Astroturf swinging my carbon...
December 19, 2014 at 8:59 am
Viewing 15 posts - 1,726 through 1,740 (of 3,221 total)