July 22, 2019 at 3:16 pm
I need to change Varchar column from 100 to 200 for one of the table
Table has 80 Million records and allows Null values.
I don't have test server to test, so i am curious how long it will take to Alter Column from 100 to 200 Varchar
July 22, 2019 at 3:21 pm
Although I suspect it will actually be fairly rapid, there's no way to guesstimate such a thing. Create a smaller test of a couple million rows and measure. You should also measure what it may do to your log file.
--Jeff Moden
Change is inevitable... Change for the better is not.
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply