Hi
Does any one know how i could use this to change a column name from 'L0O24S1_TEXT' to L0O24S1_TEXT. I have tryed this in SQL Server 2000 Query Analyser:
EXEC sp_rename 'schem_ID_3.'L0O24S3_TEXT'', 'L0O24S3_TEXT', 'COLUMN'
but got the following error:
Server: Msg 170, Level 15, State 1, Line 2
Line 2: Incorrect syntax near 'L0O24S3_TEXT'.
thanks for any help