Viewing 2 posts - 1 through 2 (of 2 total)
Thanks Okbangas and Gianluca.. I have modified the null values in that column and changed it to not null using
ALTER TABLE <name> ALTER COLUMN <name> <type> ... 🙂
January 3, 2012 at 10:24 pm
#1428080
Hi,
getting this error
Msg 515, Level 16, State 2, Line 1
Cannot insert the value NULL into column 'Database_Owner_ID', table 'DBATEAM.dbo.DBINFORMATION'; column does not allow nulls. UPDATE fails.
The statement has been...
January 3, 2012 at 4:02 am
#1427617