I am new to Visual Studio Management Studio 2014.
In my database the vast majority of my data is an Id, a bit, a nvarchar(x) or the odd necessary timestamp. Most of the columns are NULLABLE, except for end dates.
I am not saying there are not uses for NULLABLE because there are, I do have some optional binary images and enddates. It is just that 99%+ of my columns should be NOT NULL.
However, for all these NOT NULL columns I create I have to uncheck the NULLABLE flag. Is there a way of changing this default value in the management Studio to NOT NULL?
I am also curious as to why Microsoft chose Nullable as the default it seems slightly odd to me.
It could have saved me about 500 clicks so far and I expect a lot more.
With Thanks
Robin