2
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 is to create this routine for when I need to create a new field in my application, I put it within this process, not to run the risk of at some point generating an error by being missing a table or field.