1. Execute C:\releases\prep_01_create_sample_DBs_and_Job.sql to create the empty sample databases and the sample SQL Agent Job "Application_Release_Job" that will perform the release.
2. Update step 1 of the SQL Agent job "Application_Release_Job"; switch the "-S" SQLCMD switch to point to your SQL Server instance.
3. Enable sp_send_dbmail (http://technet.microsoft.com/en-us/library/ms191189.aspx)
4. Create a Database Mail profile (http://msdn.microsoft.com/en-us/library/ms175951.aspx)
5. Update step 2 of the SQL Agent job to include the name of your Database Mail profile and enter your email address as the recipient.
6. Execute the job "Application_Release_Job"
   a. DeploymentTest1 will have two tables created.
   b. DeploymentTest1 will have one stored procedure created.
   c. DeploymentTest1.dbo.Employees will have one record inserted (John Doe).
   d. DeploymentTest2 will have one table created.
   e. DeploymentTest2 will have one stored procedure created.
7. Review the email attachment to see the output from the execution.







