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.

reference


Comments

Popular posts from this blog

user interface - How to replace the Python logo in a Tkinter-based Python GUI app? -

android - Get AccessToken using signpost OAuth without opening a browser (Two legged Oauth) -

org.mockito.exceptions.misusing.InvalidUseOfMatchersException: mockito -