I need to find if a column exists using an IF condition.
If it does not exist add the column.
If it does exist then update the column.
How do I check if the column exists in a particular table in a database in SQL Server 2008?
I need to find if a column exists using an IF condition.
If it does not exist add the column.
If it does exist then update the column.
How do I check if the column exists in a particular table in a database in SQL Server 2008?