titans4771
MIS
I have tried to change a column in my table several ways:
ALTER TABLE ClientIDtoClientRollup RENAME COLUMN Description to RollupDesccription;
ALTER table ClientIDtoClientRollup change Description RollupDesccription varchar(255)
They both returns errors:
Incorrect syntax near the keyword 'COLUMN'
Line 1: Incorrect syntax near 'Description'
Please advise!!!
Thanks!
ALTER TABLE ClientIDtoClientRollup RENAME COLUMN Description to RollupDesccription;
ALTER table ClientIDtoClientRollup change Description RollupDesccription varchar(255)
They both returns errors:
Incorrect syntax near the keyword 'COLUMN'
Line 1: Incorrect syntax near 'Description'
Please advise!!!
Thanks!