According to some book about the SQL server 2000, a table should contain less null value as possible. I found out that the table in SQL server accept zero-length string. Therefore, to elimiate null values, I plan to update all text fields in the table to be zero-length string, if they are null.
Am I doing right? Is there any side effect?
Thanks in advance.
seaport
Am I doing right? Is there any side effect?
Thanks in advance.
seaport