"Number of columns allowing NULLs exceeds limit"
         
               
               
               
                  
                     | Item | 
                     Description | 
                  
               
               
                  
                     | 
                         SQLCode 
                      | 
                     
                         -733L 
                      | 
                  
                  
                     | 
                         Constant 
                      | 
                     
                         TOO_MANY_NULL_COLUMNS 
                      | 
                  
                  
                     | 
                         SQLState 
                      | 
                     
                         23504 
                      | 
                  
                  
                     | 
                         ODBC 2 State 
                      | 
                     
                         23000 
                      | 
                  
                  
                     | 
                         ODBC 3 State 
                      | 
                     
                         23000 
                      | 
                  
                  
                     | 
                         Sybase Error Code 
                      | 
                     
                         2378 
                      | 
                  
                  
                     | 
                         Severity Code 
                      | 
                     
                         
                           16
                         
                      | 
                  
               
            
 
         Probable cause
            
            You attempted to create or modify a table definition such that the number of columns that allow NULLS is now more than the limit on such columns. The limit is a function of database page size and is approximately 8*(page-size - 30).