Azure SQL データベースがあります。SQL Server Management Studio 2016 で次のクエリを実行しようとしています。
ALTER TABLE Contacts ADD UserId nvarchar(128)
DEFAULT CAST(SESSION_CONTEXT(N'UserId') AS nvarchar(128))
次のエラーが表示されます。
Msg 195, Level 15, State 10, Line 22
'SESSION_CONTEXT' is not a recognized built-in function name.
この行レベル セキュリティ チュートリアルに従っています: https://github.com/Azure/azure-content/blob/master/articles/app-service-web/web-sites-dotnet-entity-framework-row-level-security .md