Sometimes simple things are hard to remember, so if you ever want to enter a null value when editing table data using SQL Server Management Studio, then remember that there are 2 options to do it:
- Copy and paste a NULL value from another field;
- Enter CTRL+0 (control zero).
Ctrl + 0 is best 😉
LikeLike