CACTUSS Sept 2017 Meeting – Regular Expressions for the DBA

This was recorded for http://cactuss.pass.org for their Sept 2017 user group meeting.

Regular expressions can help you perform incredible tasks with very little effort. Need to create 1700 logins from an email request? Developers give you a single script with 300 stored procedures filled with table variables instead of temp tables? Need to move 500 databases to a different drive? Any of these tasks can take a long time to code, but regular expressions cuts that work from hours to seconds. I use regular expressions all the time and I have taken many tasks down from several days to just a few minutes. Stop writing code manually and let regular expressions do it for you.

Here you’ll learn:

The most useful regular expression commands.
The appropriate times to use regular expressions.
How to use regular expressions to write code for you.
How to incorporate regular expressions into large tasks and combine them with other methods.

Rate this video

1 Star2 Stars3 Stars4 Stars5 Stars (1 votes, average: 5.00 out of 5)
Loading...