Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Drop column failed
Message
From
09/03/2011 19:07:51
 
General information
Forum:
Microsoft SQL Server
Category:
SQL syntax
Environment versions
SQL Server:
SQL Server 2008
Application:
Web
Miscellaneous
Thread ID:
01503074
Message ID:
01503128
Views:
20
>Why you don't want to keep the field NULL ?

It's been a policy since years. NULL is a cause of problems and we ("I") always got rid of that. Whenever a record is created, all fields have a default value, empty that is. That goes for Character, Numeric, Boolean, Text, Date, etc. A good thing following that path is that if we see a NULL somewhere, this is an indication that something went wrong and we can correct it. Otherwise, we wouldn't have any indication of it in regards to the comparison as to know if it is normal or not. Also, when scanning a dataset, we can talk the same language, which means we wouldn't have to code our code to check if the field is null before trying to make a calculation with it, etc. Those are just a few adavantages I can see at first. But, I know, this has saved me hours and hours since years and we collected great success with that approach.
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Previous
Reply
Map
View

Click here to load this message in the networking platform