How to change data type of column in sql server if the column contain millions of rows?
I try this it should work.
alter table employee
alter column dob datetime
but I get an error.
That is - table contain huge amount of data or it is full you are not able to change data type.