Hey people I am trying to alter a table structure by using paramaters for the column name and type that alters expects.
Alter Table dbo.Tarieven Add @column_name @type
But this gives an error when i compile the procedure (i think it's due to the cast type of the parameters).
Can anyone give some pointers be it sites or advice on how to do this?
Thanks
Alter Table dbo.Tarieven Add @column_name @type
But this gives an error when i compile the procedure (i think it's due to the cast type of the parameters).
Can anyone give some pointers be it sites or advice on how to do this?
Thanks