Hi Lee,
I also struggled with the NULL, NOT NULL issue. It appears that if you don't specify anything, SQL Server will default to NULL. In order to generate the NOT NULL, I created a source code that contained "NOT NULL,". I then used the FLD DBMS script SRC triple to assign the script to a field. Then, when I generate the DDL, it adds the NOT NULL, to the DDL. The only problem this causes is if the field is the last one in the file. Then, you end up with 2 commas because for some reason Plex adds another comma on a seperate line after the last field. Then, you need to edit the generated source to remove the extra comma before doing the build.
Dean Eshleman,
MMA, Inc.