Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)

  • RE: error while updating table

    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> ... 🙂

  • RE: error while updating table

    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...

Viewing 2 posts - 1 through 2 (of 2 total)