gunnar
06/08/2021, 4:05 PMgunnar
06/08/2021, 4:05 PMaaronsteers
06/08/2021, 6:29 PMvarchar(MAX)
should take the same amount of space as varchar(10)
, and the MAX version is less likely to fail inserts if the column gets expanded in the future or if there are outliers in string length.aaronsteers
06/08/2021, 6:29 PMedward_ryan
06/08/2021, 6:53 PMaaronsteers
06/08/2021, 7:45 PMedward_ryan
06/08/2021, 7:46 PMaaronsteers
06/08/2021, 7:47 PM