sql - How to modify datatype of a column with a default value - Stack Overflow
I'm trying to change the datatype of a column in SQL Server from tinyint to smallint. But there's a default value on my column and I don't know the name of the constraint. Is there an ...
stackoverflow.com |