SQL Server - alter column - adding default constraint - Stack Overflow
I have a table and one of the columns is "Date" of type datetime. We decided to add a default constraint to that column Alter table TableName alter column dbo.TableName.Date ......