Find the constraint name from the table properties. to see properties of table, Write table name on sql query then press Alt+F1
ALTER TABLE [Schema].[Table] DROP CONSTRAINT [Constraint]; GO ALTER TABLE [Schema].[Table] ALTER COLUMN [column name] INT;