I have a database project in Visual Studio 2013. After deployment of database objects is triggered several SQL scripts that insert, or update records in the tables.
After a total deployment, including post-deployment scripts I needed to run a custom console application that sends e-mails according to the list server administrators with information about successful or unsuccessful deployment.
Is it possible to do it in a database project?