System Functions MSSQL Tutorial

When set to True, SQL Server follows the SQL 92 rules to see  if a column can allow NULL values.
EXEC sp_dboption 'YourDatabaseName', 'ANSI null default', 'False'
GO