<img alt="" src="/images/5/2/c/6/3/52c638cdd61e486ae1bf24aa434edc0019c78ce8-split.png" />
Show me my back-up config
14, NovIn this article I show how to extract all parameters from Ola Hallengren's maintenancesolution back-ups. We'll use some regular expressions again.
<img alt="" src="/images/f/0/8/e/6/f08e686e779478ce14c8cc4b233b966fdf33f5ba-dbnameunderscore.png" />
Put my backup files back
14, AugIn this article I show how regular expressions can help us find SQL backup files. We'll use maintenancesolution.sql generated files to retrieve backup information. Beware the power of Objects in the pipeline!
<img alt="" src="/images/e/2/c/0/8/e2c08ea378f4f90443e8b2189ce22d9fcebc7251-match.png" />
Regexp with PowerShell, more than a match
18, JulIn this article I show where regular expressions can appear in PowerShell. You probably know you can use a regexp in -match
, but there are some other interesting uses.