i am trying to modify the data type of a field that is used in a index, i get a syntax error
Do i have to explicitely drop the indexes and the constraints before???? isn't there some syntax to drop automatically then rebuild after alter?
i really have LOTS of fields to change in that script; i don't want to add ALTER index to each table i have!
tx for the help!