Here is my situation...
A Table exist with fields that accept NULL values.
Views and Indexs have also been created from that same table.
I now want to update the original table so that the fields do not accept NULL values (NOT NULL). Is it neccessary to re-create the views and indexs if I update the fields in the table?
Thanks,
Joe
A Table exist with fields that accept NULL values.
Views and Indexs have also been created from that same table.
I now want to update the original table so that the fields do not accept NULL values (NOT NULL). Is it neccessary to re-create the views and indexs if I update the fields in the table?
Thanks,
Joe