Hi folks
I want to write generic code which will drop a given column from a given table. However I need a way to find out if there is a constraint on the column and if so drop this first and then drop the constraint.
I am new to sql server and could do with some help...
Thanks.