79278919

Date: 2024-12-13 16:08:58
Score: 2
Natty:
Report link

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;

Reasons:
  • Low length (0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Sateswar