How to check if a table exists in the SQL Server 2005 database, and if it does not exist, create it and the columns. The purpose of this process and create this routine for when I need to create a new field in my application, I put it inside this process, so as not to run the risk of at any time generating an error by missing a table or field. >