Parsing SQLIO Output to Excel Charts using Regex in PowerShell

Posted by Jonathan Kehayias on SQL Blog See other posts from SQL Blog or by Jonathan Kehayias
Published on Wed, 26 May 2010 01:12:01 GMT Indexed on 2010/05/26 1:12 UTC
Read the original article Hit count: 1372

Filed under:
Today Joe Webb ( Blog | Twitter ) blogged about The Power of Regex in Powershell, and in his post he shows how to parse the SQL Server Error Log for events of interest.  At the end of his blog post Joe asked about other places where Regular Expressions have been useful in PowerShell so I thought I’d blog my script for parsing SQLIO output using Regex in PowerShell, to populate an Excel worksheet and build charts based on the results automatically. If you’ve never used SQLIO, Brent Ozar ( Blog...(read more)

© SQL Blog or respective owner

Parsing SQLIO Output to Excel Charts using Regex in PowerShell

Posted by Jonathan Kehayias on SQL Blog See other posts from SQL Blog or by Jonathan Kehayias
Published on Wed, 26 May 2010 01:12:00 GMT Indexed on 2010/05/26 3:12 UTC
Read the original article Hit count: 1372

Filed under:
Today Joe Webb ( Blog | Twitter ) blogged about The Power of Regex in Powershell, and in his post he shows how to parse the SQL Server Error Log for events of interest. At the end of his blog post Joe asked about other places where Regular Expressions have been useful in PowerShell so I thought I’d blog my script for parsing SQLIO output using Regex in PowerShell, to populate an Excel worksheet and build charts based on the results automatically. If you’ve never used SQLIO, Brent Ozar ( Blog | Twitter...(read more)

© SQL Blog or respective owner

Related posts about powershell