Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolunBu tarayıcı artık desteklenmiyor.
En son özelliklerden, güvenlik güncelleştirmelerinden ve teknik destekten faydalanmak için Microsoft Edge’e yükseltin.
Applies to:
SQL Server 2019 (15.x) and later versions
The Java Language Extension is a feature of SQL Server used for executing external Java code. The relational data can be used in the external Java code using the extensibility framework. The Java Language Extension is part of SQL Server Language Extensions.
The default Java runtime is Zulu Open JRE. You can also use another Java JRE or SDK.
The Java Language Extension uses the extensibility framework for executing external Java code. Code execution is isolated from the core engine processes, but fully integrated with SQL Server query execution. You can execute Java code at the data's source, eliminating the need to pull data across the network.
The external Java language is defined with CREATE EXTERNAL LANGUAGE. The system stored procedure sp_execute_external_script is used as the interface for executing the Java code.
Install SQL Server Java Language Extension on Windows or on Linux.
Configure development tools.
Write your first Java code. Use the following tutorial as a starting point. Tutorial: Search for a string using regular expressions (regex) in Java
The number of values in input and output buffers can't exceed MAX_INT (2^31-1)
, since that is the maximum number of elements that can be allocated in an array in Java.
Ekinlikler
31 Mar 23 - 2 Nis 23
En büyük SQL, Fabric ve Power BI öğrenme etkinliği. 31 Mart – 2 Nisan. 400 ABD doları tasarruf etmek için FABINSIDER kodunu kullanın.
Bugün kaydolunEğitim
Öğrenme yolu
Azure'da Java uygulamalarının özelliklerini genişletme - Training
Buradan başlayın ve Java uygulamalarınızla Azure'ın tüm gücünü nasıl edinebileceğinizi öğrenin. Azure SQL ve NoSQL veritabanları, mesajlaşma ve olay sistemleri, Redis önbelleği, depolama ve dizin hizmetleri gibi tercih ettiğiniz bulut hizmetlerine bağlanmak ve bunlarla etkileşim kurmak için idiomatic kitaplıklarını kullanın. Her zaman olduğu gibi bildiğiniz ve sevdiğiniz araçları ve çerçeveleri kullanın: Spring, Tomcat, WildFly, JBoss, WebLogic, WebSphere, Maven, Gradle, IntelliJ, Eclipse, Jenkins, Terrafor
Sertifikasyon
Microsoft Sertifikalı: Azure Veri Mühendisi İş Ortağı - Certifications
Bir dizi Azure hizmetini kullanarak Microsoft Azure'da veri mühendisliği iş yüklerini uygulamaya ve yönetmeye yönelik yaygın veri mühendisliği görevlerinin anlaşılmasını gösterin.
Belgeler
Install Java Language Extension on Windows - SQL Server Language Extensions
Learn how to install the SQL Server Java Language Extension feature on Windows.