Próbuję usunąć niezerowe ograniczenie w SQL Server 2008 bez utraty danych.
sql-server
sql
Shantanu Gupta
źródło
źródło
ALTER TABLE YourTable ALTER COLUMN YourColumn DROP NOT NULL
Usuń ograniczenie
not null
donull
źródło
Usuń ograniczenie kolumny:
not null
donull
źródło
Źródła: https://www.tutorialspoint.com/How-can-we-remove-NOT-NULL-constraint-from-a-column-of-an-existing-MySQL-table
źródło