Have you ever needed to refactor dozens of stored procedures or create lots of user accounts from a list given to you by a business unit?    If so then you’ve probably spent too much time manually manipulating text.  Regular Expressions (regex, for short) is one of the best tools a DBA can have.  This powerful text manipulation tool can be used in any number of scripting languages, and can even be leveraged inside of SSMS. The best part? Regex is brilliantly simple--despite what you may have heard to the contrary.  In this session you'll learn the basics of regex and the differences you'll encounter when using it in SSMS rather than a scripting tool. Along the way you'll see some really cool tricks; things you'll want to use all of the time once you're aware of them.  Next we'll move into Powershell. Here regex gets the full treatment and will help you with powerful and incredible tasks, manipulating hundreds of objects at a time.
DBA
Presented by Sean McCown at SQLBits XIV