Check if table exists and if it doesn’t exist, create it in SQL Server 2008
I am writing a Stored procedure in SQL Server 2008.
I need to check if a table exists in the database. If it doesn’t then I need to create it.
I am writing a Stored procedure in SQL Server 2008.
I need to check if a table exists in the database. If it doesn’t then I need to create it.