I have a table with 5 columns, and three of the columns comprise a unique key. I need to add a fourth column to that key, but I can't drop the table data.
I cannot use Enterprise Manager in this environment, so I am using an ASP page with a SQL window to run my commands.
Is there an easier way than saving the table data to a temp, dropping the table, recreating the table with the 4th column and moving the data back in?
Glen Braden
I cannot use Enterprise Manager in this environment, so I am using an ASP page with a SQL window to run my commands.
Is there an easier way than saving the table data to a temp, dropping the table, recreating the table with the 4th column and moving the data back in?
Glen Braden