Hi
I want to have a query in a stored procedure which will check a table if it has the columns ,column1 and column2. If it has the 2 columns then do nothing but if it doesn't then add the 2 columns with nvarchar type,size(20) and set its default value to "start".
thanks a lot