Sybase ASE 15.0 - 46
Databases
andy
User Tables
ALL_DATA_TYPE_1
tried to Rename the table using ALTER Table GUI but ADS displays an error as attached
|
43 KB
What is the "Preview SQL"?
Do you have ";" statement separator enabled?
sp_rename N'ALL_DATA_TYPE_1', N'ALL_DATA_TYPE_2'
;
Statement separator ; is not enabled
sp_rename N'ALL_DATA_TYPE_1', N'ALL_DATA_TYPE_2'
;
Statement separator ; is not enabled
When I changed the option for scripts in Sybase ASE - it is working. Not sure how the GO as statement separator got replaced by blanks
When I changed the option for scripts in Sybase ASE - it is working. Not sure how the GO as statement separator got replaced by blanks
Issue #2874 |
Closed |
Fixed |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
What is the "Preview SQL"?
Do you have ";" statement separator enabled?