insert into tabInsert (value, major_version,minor_version, revision, install_failures) values (1,1,17,1,20); Msg 515, Level 16, State 2, Line 12 Cannot insert the value NULL into column 'optname', table 'master.dbo.tabInsert'; column does not allow nulls. INSERT fails. The statement has been terminated.