Friday, 23 August 2013

How to Check table Exist or Not and then Create a table if not Exist?

How to Check table Exist or Not and then Create a table if not Exist?

I want to write code to check table already exist or not in SQL Server
2008 and If Not Exists then create it and then insert records into it.
Please tell me how to do it? Is it necessary to create Stored Procedure
for it?

No comments:

Post a Comment