How to add null value in Management Studio (SQL Server 2005)
Updating database tables using Management Studio is a the easiest way during the development phase. If you do so, you probably need sometimes to update column to add a null value instead of the current value.
To do so you just need to press CTRL+0
It's also valid for Enterprise Manager for SQL 2000.
Enjoy :)
>> Mohamed Sharaf
Comments
Anonymous
October 29, 2006
Thanks alot Mohamed, actually it is excellent info Good Luck alwaysAnonymous
October 30, 2006
nice info ,will definitely keep this one in mind ;)Anonymous
May 14, 2007
Sweet, first google hit. Thanks!