Mega Code Archive
Categories
/
MSSQL Tutorial
/
System Functions
ANSI null default
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