Link to home
Start Free TrialLog in
Avatar of 25112
25112

asked on

not able to rearrange the columns if it had the ALTER TABLE INDEX

when a table has the below kind of index (with a WHERE), then it does not allow me to rearrange the order of columns, unless i drop the index first. is there a way to disable this need?

CREATE UNIQUE NONCLUSTERED INDEX ix_abc
 ON tablename (Columname) WHERE Columname IS NOT NULL
Avatar of Randy Poole
Randy Poole
Flag of United States of America image

why do you care what order the columns are in?
ASKER CERTIFIED SOLUTION
Avatar of Scott Pletcher
Scott Pletcher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial