Symptom
Running alter table to change the column length receives the following messages:
1> alter table tab1 modify c1 varchar(36) null
2> go
Warning: ALTER TABLE operation did not affect column 'c1'.
Warning: no columns to drop, add or modify. ALTER TABLE 'tab1' was aborted.
1> alter table tab1 modify c1 varchar(18) null
2> go
Msg 11052, Level 16, State 1:
Server 'ase', Line 1:
Neither the 'select into' nor the 'full logging for alter table' database
options are enabled for database 'testdb'. ALTER TABLE with data copy cannot be done.
Read more...
Environment
Adaptive Server Enterprise 16.0
Product
Keywords
KBA , BC-SYB-ASE , Sybase ASE Database Platform (non Business Suite) , How To
About this page
This is a preview of a SAP Knowledge Base Article. Click more to access the full version on SAP for Me (Login required).Search for additional results
Visit SAP Support Portal's SAP Notes and KBA Search.