indexing - After changing the column width in a table in sql server, do I need to recreate the index? -
i've increased width of column varchar(8) varchar(10). need drop index of column , recreate it?
no need drop , recreate index - because it's meta data change only. check below link reference.
Comments
Post a Comment