How to Remove a Default Value to a Column in SQL Server
To remove a default value to a column in SQL Server, use the ALTER TABLE .. DROP CONSTRAINT command:
alter table products
drop constraint df_category;Shared queries and folders ✅ Version history ✅ One-click connection to SQL Server ✅
Get more done, together, with PopSQL and SQL Server