Sites Microsoft


Microsoft R Application Network retirement

Publié le 3 janvier 2023 sur MS Tech Community
 

In June 2021, we announced that Microsoft Machine Learning Server & Microsoft R Open will be retired on July 1, 2022. In continuation with the retirement process, the Microsoft R Application Network (MRAN) website and CRAN Time Machine will be reti …

Microsoft R Application Network usage & retirement

Publié le 3 janvier 2023 sur MS Tech Community
 

If you are using the Microsoft R Application Network website or CRAN Time Machine snapshots, then please read through the Microsoft R Application Network retirement post. The retirement post covers the timeline and steps to be taken.

 

Build Your Own Podcast App with .NET 7, Blazor, and .NET MAUI

Publié le 19 décembre 2022 sur devblogs.microsoft.com
 

The .NET Podcast app was first introduced at .NET Conf 2021 and recently updated to highlight new features in .NET 7 at the .NET Conf 2022 keynote. The podcast app is ready to use sample application that showcases .NET, ASP.NET Core, Blazor, .NET MAUI, …

 

What’s New in Visual Studio Extensions for SSAS and SSRS

Publié le 19 décembre 2022 sur MS Tech Community
 

We have just released the new Visual Studio extensions for SSAS 2022 and SSRS 2022. Microsoft Analysis Services Projects 2022(SSAS) and Microsoft Reporting Services Projects 2022(SSRS) provide project templates and design surfaces for building professi …

Hotfix: JDBC Driver 11.2.2 for SQL Server Released

Publié le 16 décembre 2022 sur MS Tech Community
 

We recently released an update to Microsoft JDBC Driver for SQL Server, version 11.2.2. The update addresses a few issues on top of the 11.2.1 release.   Fixed issues Fixed potential connect to the wrong SQLServer host when multi-threading …

Released: Update to Microsoft OLE DB Driver 18 for SQL Server

Publié le 16 décembre 2022 sur MS Tech Community
 

Microsoft OLE DB Driver 18.6.5 for SQL Server was released this week to fix a potential driver crash.   Fixed: Fixed potential crash when invalid metadata is received from the server.   For more details, see the release notes.   The upda …

Hotfix: JDBC Driver 10.2.2 for SQL Server Released

Publié le 15 décembre 2022 sur MS Tech Community
 

We recently released an update to Microsoft JDBC Driver for SQL Server, version 10.2.2. The update addresses a few issues on top of the 10.2.1 release.   Fixed issues Clear prepared statement cache on idle connection resiliency reconnections …

How to use FILESTREAM, query the metadata , access filestream data (using TIFF files) in SQL Server

Publié le 13 décembre 2022 sur SQL Server Support Blog
 

  1. Create database with a FILESTREAM filegroup      USE [master] GO –create database with Filestream CREATE DATABASE [FileStreamTest] CONTAINMENT = NONE ON PRIMARY ( NAME = N’FileStreamTest’, FILENAME = N’C:Program FilesMicrosoft …

How to use FILESTREAM, query the metadata, and access filestream data using TIFF files

Publié le 13 décembre 2022 sur SQL Server Support Blog
 

The main goal of this blog post is to showcase how you can discover the FILESTREAM assets in your SQL Server by querying the metadata. Some of those metadata queries may not be obvious so sharing this to make it easier   1. Create database wi …

 

Polyglot Notebooks – December 2022 Release

Publié le 12 décembre 2022 sur devblogs.microsoft.com
 

We are pleased to announce the December 2022 improvements to Polyglot Notebooks for Visual Studio Code. Make sure to install the Polyglot Notebooks extension from the VS Code Marketplace, or install it directly from the extension gallery in Visual Stud …

 

Trace Flag 8904 – Disable Inline Database Log Flushes

Publié le 12 décembre 2022 sur MS Tech Community
 

A log cache block holds log records for the database. Many workers are allowed to add log records to the same log cache buffer (LC) in parallel.  When the log cache block becomes full, or a commit request requires the block to be saved to stable m …

Intermittent ANONYMOUS LOGON of SQL Server linked server double hop

Publié le 12 décembre 2022 sur SQL Server Support Blog
 

If you already know how to configure the double-hop for SQL Server linked server, you may go « known issue » section directly.   Kerberos Delegation (double-hop scenario )   Here we will use Linked server scenario as an example. The 3 servers i …

Released: SQL Server 3rd Party Backend for Django v1.2

Publié le 9 décembre 2022 sur MS Tech Community
 

We have released version 1.2 of the SQL Server 3rd Party Backend for Django. This release contains support for the release of Django 4.1, as well as a number of issue fixes.   Our plan is to support major releases of Django and SQL Server, to ensu …

 

.NET 7 Networking Improvements

Publié le 8 décembre 2022 sur devblogs.microsoft.com
 

With the recent release of .NET 7, we’d like to introduce some interesting changes and additions done in the networking space. This blog post talks about .NET 7 changes in HTTP space, new QUIC APIs, networking security and WebSockets. HTTP Improved han …

 

SQL Server のフルテキスト検索機能を用いて Word や PDF ファイルから日本語を検索する Search Japanese from Word & PDF files with FTS

Publié le 8 décembre 2022 sur SQL Server Support Blog
 

For an English version of this content scroll below or click here   こんにちは、 SQL Server サポート チームです。   本記事では SQL Server のフルテキスト検索機能を用いて Word や PDF ファイルから日本語を検索するための手順を紹介します。   SQL Server のフルテキスト検索の詳細については下記ページをご参照ください。 https://learn.microso …


Pages :