Problem
You are writing a conversion script that uses a series of staging tables. You would like to check for the existence of the staging table prior to creating it. If the table already exists, you want to warn the user that the table already exists and stop the remainder of the script from running. How would you go about doing so?