Hi
I have a table having a field indexed with non-clustered, now I want to reindex the field as unique and clustered. Should I just drop the index first and recreate it or what is the best way to reindex it without dropping at the 1st place?.
There are a few tables related to this table through this index field (may be I am not talking properly: index or constrainst, but they related through this field), and I don't know any impact if I am dropping this index and causes any problem?
Please post a full command too.
Thanks.
I have a table having a field indexed with non-clustered, now I want to reindex the field as unique and clustered. Should I just drop the index first and recreate it or what is the best way to reindex it without dropping at the 1st place?.
There are a few tables related to this table through this index field (may be I am not talking properly: index or constrainst, but they related through this field), and I don't know any impact if I am dropping this index and causes any problem?
Please post a full command too.
Thanks.