Skip to content

Commit 35f1f33

Browse files
authored
Merge pull request MicrosoftDocs#1483 from mikeblome/mb-sql-safe
updated topic for clr:safe deprecation
2 parents 3887700 + 24c4773 commit 35f1f33

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

docs/dotnet/using-verifiable-assemblies-with-sql-server-cpp-cli.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Using Verifiable Assemblies with SQL Server (C++/CLI) | Microsoft Docs"
33
ms.custom: ""
4-
ms.date: "11/04/2016"
4+
ms.date: "10/17/2019"
55
ms.technology: ["cpp-cli"]
66
ms.topic: "conceptual"
77
dev_langs: ["C++"]
@@ -21,9 +21,10 @@ SQL Server provides extensions to Transact-SQL (T-SQL) to allow you to install v
2121

2222
- Unrestricted mode: Run code at your own risk; code does not have to be verifiably type-safe.
2323

24-
- Safe mode: Run verifiably typesafe code; compiled with /clr:safe.
24+
- Safe mode: Run verifiably typesafe code; compiled with /clr:safe.
2525

26-
Safe mode requires the executed assemblies to be verifiably typesafe.
26+
> [!IMPORTANT]
27+
> Visual Studio 2015 deprecated and Visual Studio 2017 does not support the **/clr:pure** and **/clr:safe** creation of verifiable projects. If you require verifiable code, we recommend you translate your code to C#.
2728
2829
To create and load a verifiable assembly into SQL Server, use the Transact-SQL commands CREATE ASSEMBLY and DROP ASSEMBLY as follows:
2930

@@ -77,5 +78,5 @@ sqlcmd -S MyServer -E -i myScript.sql -o myResult.txt
7778

7879
## See Also
7980

80-
[How to: Migrate to /clr:safe (C++/CLI)](../dotnet/how-to-migrate-to-clr-safe-cpp-cli.md)<br/>
81+
8182
[Classes and Structs](../cpp/classes-and-structs-cpp.md)

0 commit comments

Comments
 (0)