Skip to content
This repository has been archived by the owner on Jul 15, 2023. It is now read-only.

Latest commit

 

History

History
27 lines (18 loc) · 687 Bytes

072 Sql_variant data uses sql_variant collation rather than database collation.md

File metadata and controls

27 lines (18 loc) · 687 Bytes

72: Sql_variant data uses sql_variant collation rather than database collation

Scope

Transparent

Version Introduced

4.5

Source Analyzer Status

Not planned

Change Description

sql_variant data uses sql_variant collation rather than database collation.

  • Quirked
  • Build-time break

Recommended Action

This change addresses possible data corruption if the database collation differs from the sql_variant collation. Applications that rely on the corrupted data may experience failure.

Affected APIs

  • Not detectable via API analysis

Category

Data

More information