Viewing 15 posts - 46 through 60 (of 71 total)
January 19, 2017 at 10:18 am
$v = $string.Split("`n");
$x = ($v[1]).split(',')
$y = ($v[3]).split(',')
$x[0]
$x[1]
$x[2]
write-output "second dataset"
$y[0]
$y[1]
$y[2]
November 22, 2016 at 8:13 am
Thanks a lot ! Good and simple!
the only problem
Where $v[4] # no comma and return 2 values
AVGOtherCpu
100
Where $v[5] # no comma and return 2 values
alertDetails
HIGHCPU
need somehow split...
November 22, 2016 at 8:03 am
Recently I applied thought recruiting agency as contractor for several DBA positions
Recruiters agree on asking rate, applications was submitted, few days later recruiters responded that clients looking for intermediate DBA...
September 7, 2016 at 9:40 am
Thanks a lot
I used you solution with row based presentation of fields
query was ported to excel and it was much easier to present it when I grouped result in...
June 15, 2016 at 7:55 am
thank you, both queries return fields name, but in row format
ipNetName
isCluster
day
but I need output in following format (since I will run it for all reports)
name ...
June 14, 2016 at 11:51 am
one of the reasons
running multiple instances of SQL standard edition on same clustered shared drive
control over failover
June 3, 2016 at 2:42 pm
in "Internet of Things" I include Hadoop and other Big Data "cool" technologies, Data analysis, Machine learning since they all related.
Montreal is IT "outsource" for many NA and Europe bank/investment...
May 6, 2016 at 8:45 am
Did you check how many job positions in (Internet of Things) and data analytics posted in you area?
I found that in my region (Montreal, Canada) jobs related "Internet of...
May 6, 2016 at 7:59 am
Do you have links to any real cases scenario where "Azure Machine Learning" is used ?
May 5, 2016 at 10:09 am
If you refer to "Azure stack" private cloud
check discussion at MSDN forum " How do you test Azure Stack on a budget"
March 8, 2016 at 8:01 am
Gary Varga (3/7/2016)
function New-EosDistributionGroup
{
[CmdletBinding()]
Param
(
...
March 8, 2016 at 7:42 am
I want to call function in Start-Job and submit parameters to the function
Example
function DoSomeWork (param [int] param1, [string] param2)
{
code...
}
I want to call...
March 7, 2016 at 2:20 pm
Hi Jeff, I will edit my post 🙂 , yes I know how use native tools (working as DBA for 15 years), but as I said need to progress...
March 2, 2016 at 11:31 am
Viewing 15 posts - 46 through 60 (of 71 total)