I\'m using a SqlParameter to pass in null values to a table for various columns that are nullable. The problem is that SqlParameter looks like it defaults to nv
SqlParameter
Set the default value of the NULL columns (to NULL) and then don't pass any NULL columns in your insert statement.