Known issues for SQL Server
Problem | Description |
---|---|
Problems when comparing layouts | When a character field has more than 4000 characters, the column is defined as a "varchar" field with a length 2147483646 (Integer.MAX_LENGTH). |
Problems when comparing indexes | Even if a key field is sorted as descending, it is described as ascending in the jdbc driver. This is not an error in the database. |