SQL Doc 5

SQL Server 2025 Data Type Display Overview

SQL Server 2025 includes additional modern data types such as VECTOR and enhancement to JSON handling. These new data types are supported in SQL Doc v5.5.0 onwards. Documentation generated with SQL Doc for databases running on SQL Server 2025 may display certain inconsistencies related to newly introduced data types. While generating documentation for SQL Server 2025 databases, these newly introduced data types may appear with internal system-schema formatting in the output. This behavior affects how certain fields are displayed.

Examples of Display Output

  • VECTOR displayed as:
    [sys].[vector]
  • JSON displayed as:
    [sys].[json]

This may be seen in :

  • Column definitions 
  • View and stored procedure references
  • User-defined table types
  • Other references



Didn't find what you were looking for?