Posts

Showing posts from 2019
Create a folder for your Java program and open the folder with Visual Studio Code  Within Visual Studio Code, you can then create a new file  Hello.java . When you open that file, the Java Language Server will automatically be activated as you can see a loading icon on the right of the Status bar. When it finishes loading, you will see a thumbs-up icon instead.

Microsoft Azure Stack TP1 Foundational Skills #2 Deploying Extensions

Victor Arzate a Program Manager at Microsoft, will walk you thru the process of deploying VM extensions on Windows and Linux virtual machines in Microsoft Azure Stack TP1, utilizing the Quick Start JSON templates available on GitHub.

Machine Learning Services (R, Python) in SQL Server 2017

                Machine Learning Service (R,Python )in SQL Server 2017   SQL Server 2017 Machine Learning Services is an add-on to a database engine instance, used for executing R and Python code on SQL Server. The feature includes microsoft R python packages  for high-performance predictive analytics and machine learning. Code runs in an extensibility framework, isolated from core engine processes, but fully available to relational data as stored procedures, as T-SQL script containing R or Python statements, or as R or Python code containing T-SQL. If you previously used , Machine Learning SQL server 2016 R service  in SQL Server 2017 is the next generation of R support, with updated versions of base R, RevoScaleR, MicrosoftML, and other libraries introduced in 2016. In Azure SQL Database machine learning service with R is currently in public preview.  Bring  compute power to the data The key value proposi...