This is the same as for binary fields. You must write an update statement to change the value or an insert statement to add a row with the value.
If your column can only have values ββ0 or 1, you should use bit . The bit columns can be changed directly in the editing grid in SQL Server Management Studio. binary(1) can contain values 0x00 to 0xFF .
From Working with data in the results pane
Values ββfor columns with a binary data type will default to NULL. These values ββcannot be changed in the Results panel.
source share