This is a continuation of the article “Automating the Process of Extracting *.sql Attachments from Emails and Executing them on a set of SQL Server Databases”. If you have not read that article, I recommend you do that before proceeding further.
The Problem
Find a way to extract all attachments from selected emails into a selected folder on hard-drive.
The Solution
- Open Microsoft Outlook.
- Click Tools > Macro > Visual Basic Editor (or press Alt+F11) to open the VBA Editor. … Read the full article »
