I was not able to reproduce. Can you try in a different database, Alter in different table and check if this is reproducible. Also, please verify the error message that is returned from the Server which says Alter Table with datacopy cannot be done. Please fix the error and try again.
This is not an error in ADS - the error message is returned from the Sybase ASE Server. With no datacopy is optional. To fix the error message, execute the below query and verify if you are not able to Delete
use kirti
go
master..sp_dboption kirti, "select into", true
go
This is not an error in ADS - the error message is returned from the Sybase ASE Server. With no datacopy is optional. To fix the error message, execute the below query and verify if you are not able to Delete
use kirti
go
master..sp_dboption kirti, "select into", true
go
I have added an improvement for ADS v15 to improve the Alter Table Drop Column script that gets generated. See issue https://www.aquaclusters.com/app/home/project/public/aquadatastudio/issue/10366
I have added an improvement for ADS v15 to improve the Alter Table Drop Column script that gets generated. See issue https://www.aquaclusters.com/app/home/project/public/aquadatastudio/issue/10366
Issue #10340 |
Closed |
Unreproducible |
Resolved |
Completion |
No due date |
No fixed build |
No time estimate |
I was not able to reproduce. Can you try in a different database, Alter in different table and check if this is reproducible. Also, please verify the error message that is returned from the Server which says Alter Table with datacopy cannot be done. Please fix the error and try again.