in sql server enterprise manager, how do you write an insert statement with passing in null values
INSERT INTO atable (x,y,z) VALUES ( NULL,NULL,NULL)
If you're using Enterprise Manager to edit the table directly, press CTRL+0 to add a null.