I've searched around for help on this but everything I find seems to be a discussion about the relative benefits of using, or not using, this setting.
I want to specify in SQL Server that ZLSs are not acceptable in the field whether or not NULLs are allowed. If ever I have to deal with an empty-looking value I want to know it's NULL rather than a ZLS.
The version of SQL Server is 2012 R2 Express (11.0.2100.60).
Any help on this is greatly appreciated.
I want to specify in SQL Server that ZLSs are not acceptable in the field whether or not NULLs are allowed. If ever I have to deal with an empty-looking value I want to know it's NULL rather than a ZLS.
The version of SQL Server is 2012 R2 Express (11.0.2100.60).
Any help on this is greatly appreciated.
Comment