Estou tentando remover a restrição não nula no sql server 2008 sem perder dados.
sql-server
sql
Shantanu Gupta
fonte
fonte
ALTER TABLE YourTable ALTER COLUMN YourColumn DROP NOT NULL
Remova a restrição
not null
paranull
fonte
Remova a restrição de coluna:
not null
paranull
fonte
Referência: https://www.tutorialspoint.com/How-can-we-remove-NOT-NULL-constraint-from-a-column-of-an-existing-MySQL-table
fonte