I know if you change a datatype in a table that has values sql server creates a whole new table and then drops the old one.
When does it do that and when does it not do that?
If I change a column that is an int to be a seed column does it create a whole new table?