I’m using SC9 and MSSQL. When I use SC to insert data, if a field does not have a value, SC insert ‘’ (rather than null). I’m wondering from the experts:
- should I create a trigger in MSSQL to replace the ‘’ values with null
or - will SC be happier with ‘’ values, and I should leave well enough alone?