DDMを使用するには、その機能を使用する前に有効にする必要があるかどうか(どのように使用するか)、またはSQL Server 2016の特定のバージョン実行するには:次のエラーでSQL Server 2016 - ダイナミックデータマスキング(DDM)
ALTER Table Employee
ALTER COLUMN NAME ADD MASKED WITH (FUNCTION='DEFAULT()')
結果:
Msg 534, Level 15, State 100, Line 4 'ADD MASKED' failed because it is not supported in the edition of this SQL Server instance 'DELL-001\SQLEXPRESS01'. See books online for more details on feature support in different SQL Server editions.
私がインストールされているSQLのバージョンは次のとおりです。
Microsoft SQL Server 2016 (RTM-GDR) (KB3194716) - 13.0.1722.0 (X64)
Sep 26 2016 13:17:23 Copyright (c) Microsoft Corporation Express Edition (64-bit) on Windows 10 Home 6.3 (Build 14393:)
ありがとう!