![]() |
|
| Home | Downloads | Activate | Contact | Forum | Faq | Links |
Posted by David Walker 75.146.141.142 on August 22 2008 12:32:54
In MS SQL Server, I have not checked the option to replace Nulls by empty quoted strings.
HOWEVER, I also do NOT want zero-length character fields from the source table to appear as NULL in the Insert statement. If the column in a table record contains NULL, I would like to see NULL in the Insert statement. If the column in a table record contains a zero-length character string, I would like to see '' in the Insert statement. Changing the zero-length string to NULL is not correct! They are different things.
Thanks! Great tool.