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

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

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

google shop client API returns 400 bad request error while adding an item -