Hi, Right now our largest table uses as primary clustered key a varchar (40) (not my design). I noticed that all values are unique and have the same length. Can I change it to fixed column char(40) and would the all the indexes have to be rebuilt after
that? Thanks
Paula