Viewing 15 posts - 2,836 through 2,850 (of 3,221 total)
Eric M Russell (6/25/2013)
June 25, 2013 at 10:16 am
kevaburg (6/19/2013)
...As a professional administrator of Oracle and SQL Server databases...
And that is the crux of the matter.
There are lots of people out there who are responsible for looking after...
June 19, 2013 at 7:14 am
kevaburg (6/19/2013)
June 19, 2013 at 5:51 am
I wholeheartedly agree. A small team (even much smaller than 50) could go through loads of small issues which when combined will make SQL Server a much slicker provision. It...
June 19, 2013 at 3:31 am
Hi Jeff,
You are most welcome. I am sure I speak for all of us when I say it was a privilege to help you especially considering the huge input you...
June 19, 2013 at 3:13 am
DavidL (6/18/2013)
paul.knibbs (6/18/2013)
June 19, 2013 at 3:04 am
I struggled to find somewhere as interested in doing a thoroughly decent job of developing quality software that I ended up contracting (year 15 now). The irony was that my...
June 18, 2013 at 4:53 am
Craig-315134 (6/17/2013)
Why was age specifically used as an example? Would it have...
June 17, 2013 at 10:17 am
Craig-315134 (6/17/2013)
It may mean that the newest, youngest person at your company might rise much faster than you simply because they're a better DBA or developer.
Sounds a...
June 17, 2013 at 10:02 am
Ah yes, good spot:
.GetValue(0)
returns the first logical disk requested. Please see the looping above to see that you can ignore this call now.
June 17, 2013 at 9:26 am
As for the number of executions you have two choices:
1) Loop through adding multiple inserts to a single command.
$isFirst = $true
$commandText = "INSERT DiskSpace"
$wmiObject = Get-WmiObject Win32_LogicalDisk -computer 'SomeComputerName'
Foreach ($logicalDisk...
June 17, 2013 at 9:24 am
Almost, unless I am mistaken you have missed single quotes either side of the comma i.e.
$wmiObject.GetValue(0)["SystemName"] + "','" + $wmiObject.GetValue(0)["DeviceID"]+ "')"
I am sure that you will have come across the...
June 17, 2013 at 8:32 am
Viewing 15 posts - 2,836 through 2,850 (of 3,221 total)