Hi all
I want to be able to alter a column name from null to not null which i can do using the designer but if i try with the following script i cannot do this until i drop an index trhat uses that column. Is this possible from a script
ALTER TABLE brokered alter column site_id numeric(2,0)not null
returns
The index 'BROKERED_BROKERED' is dependent on column 'site_id'.
many thanks
Peter
I want to be able to alter a column name from null to not null which i can do using the designer but if i try with the following script i cannot do this until i drop an index trhat uses that column. Is this possible from a script
ALTER TABLE brokered alter column site_id numeric(2,0)not null
returns
The index 'BROKERED_BROKERED' is dependent on column 'site_id'.
many thanks
Peter