Lokasi ngalangkungan proxy:   [ UP ]  
[Ngawartoskeun bug]   [Panyetelan cookie]                
Skip to content

Commit 7258f5d

Browse files
authored
Update search-for-string-using-regular-expressions-in-java.md
1 parent f98f0a0 commit 7258f5d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/language-extensions/tutorials/search-for-string-using-regular-expressions-in-java.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ titleSuffix: SQL Server Language Extensions
44
description: This tutorial shows you how to use SQL Server Language Extensions and run Java code that search a string with regular expressions.
55
author: dphansen
66
ms.author: davidph
7-
ms.date: 08/27/2019
7+
ms.date: 10/07/2019
88
ms.topic: conceptual
99
ms.prod: sql
1010
ms.technology: language-extensions
@@ -184,8 +184,6 @@ If you are using Windows, follow the steps below to create an external language
184184

185185
As part of the SQL Server setup on Windows, the Java extension **.zip** file is installed in this location: `[SQL Server install path]\MSSQL\Binn\java-lang-extension.zip`. This zip file contains the **javaextension.dll**.
186186

187-
Compress the `javaextension.dll` into a **.zip** file. For example: `javaextension.zip`.
188-
189187
2. Create an external language Java from the .zip file:
190188

191189
```sql

0 commit comments

Comments
 (0)