SE の雑記

SQL Server の情報をメインに Microsoft 製品の勉強内容を日々投稿

Archive for the ‘SQL Server’ tag

Microsoft SQL Operations Studio がアナウンスされました

one comment

日本時間の深夜から開催されている PASS Summit 2017 で、SQL Server をはじめとした MS の RDMS の操作が可能なクロスプラットフォーム対応 (Windows / Linux / Mac) のツールとして Microsoft SQL Operations Studio のアナウンスが行われました。
SQL Server 2017 and Azure Data Services ? The ultimate hybrid data platform

These new cross-platform capabilities have made SQL Server accessible to users of Windows, Linux and Mac. At PASS Summit, we are excited to provide a sneak peek at Microsoft SQL Operations Studio. In a few weeks, users will be able to download and evaluate this free, light-weight tool for modern database development and operations on Windows, Mac or Linux machines for SQL Server, Azure SQL Database, and Azure SQL Data Warehouse. Increase your productivity with smart T-SQL code snippets and customizable dashboards to monitor and quickly detect performance bottlenecks in your SQL databases on-premises or in Azure. You’ll be able to leverage your favorite command line tools like Bash, PowerShell, sqlcmd, bcp and ssh in the Integrated Terminal window. Users can contribute directly to SQL Operations Studio via pull requests from the GitHub repository.

Day 1 Keynote の内容は #PASSsummit Day 1 Keynote Live Blog の記事が詳しいですね。
Read the rest of this entry »

Written by Masayuki.Ozawa

11月 2nd, 2017 at 12:42 pm

Posted in SQL Server

Tagged with

PASS Summit 2017 の Day1 Keynote を見ながらぺたぺたと

leave a comment

PASS Summit 2017 が本日から開催されましたので、Day1 のキーノートを見ながらぺたぺたと。
ブログでも情報が公開されましたね。
SQL Server 2017 and Azure Data Services ? The ultimate hybrid data platform
Power BI Report Server の新しいものもリリースされたようです。
New version of Power BI Report Server now available
Read the rest of this entry »

Written by Masayuki.Ozawa

11月 2nd, 2017 at 12:19 am

Posted in SQL Server

Tagged with

SQL Server丸わかり1日セミナーで登壇させていただきます (11 月 / 12 月)

leave a comment

こそっと、ここ数か月は 毎月 SQL Server 丸わかり 1 日セミナーというセミナーでスピーカーを担当させていただいており、11 月 / 12 月も登壇させていただきます。
(10 月は明日登壇だったりします)

私の専門外の内容もあったりはしますが、各種テクノロジの足がかりとして、すこしでもプラスになる情報をお持ち帰りいただければと思っております。
12 月 5 日の回に関しては、大阪の開催となっておりますので、東京に来るのは難しいという方は、こちらにご参加いただけると幸いです。

Written by Masayuki.Ozawa

10月 30th, 2017 at 9:05 pm

Posted in SQL Server,セミナー

Tagged with

ML Services をインストールせずに、Revoscalepy を使用する (Ubuntu)

leave a comment

先日、ML Services をインストールせずに、Revoscalepy を使用する という投稿を書きましたが、Windows 版だけでなく、Linux 版でも ML Services をインストールすることなく、Revoscalepy を使用することができますのでメモとして。
(正確には、Linux 環境では ML Services ではなく、ML Server になると思いますが)
ドキュメントとしては、How to install custom Python packages and interpreter locally on Windows の Install on Linux の段落となります。
Read the rest of this entry »

Written by Masayuki.Ozawa

10月 29th, 2017 at 11:51 pm

SQL Server 2017 CU1 がリリースされたので SQL Server on Linux のアップデートについてまとめてみる

leave a comment

SQL Server 2017 の最初の累積修正プログラム (Cumulative Update) となる、CU1 がリリースされました。
Cumulative Update #1 for SQL Server 2017 RTM
実際の変更内容は Cumulative Update 1 for SQL Server 2017 に記載されています。
Windows 版については、SQL ServerR 2017 for MicrosoftR Windows の最新の累積的な更新プログラム からダウンロードすることが可能ですが、Linux 版については、各ディストリビューションのリポジトリが更新され、CU が適用されたバージョンが追加されています。
2017/10/26 時点では、SQL Server on Linux の Docker コンテナーは CU1 のタグが切られていますが、Winodws 版はまだみたいですね。
https://hub.docker.com/r/microsoft/mssql-server-linux/tags/
今回は Ubuntu を例として、SQL Server on Linux の CU の適用についてまとめてみたいと思います。
詳細については Installation guidance for SQL Server on Linux を確認してください。
Read the rest of this entry »

Written by Masayuki.Ozawa

10月 26th, 2017 at 11:28 pm

Posted in SQL Server

Tagged with ,

SQL Server 2017 のコンテナーサポートについてのメモ

leave a comment

SQL Server 2017 では、コンテナーをサポートするようになっており、コンテナーのイメージについては Docker Hub で公開されています。
Microsoft が公開しているリポジトリとしては次のものになる感じですかね。

Linux ベースの Docker コンテナーと Windows ベースのコンテナーの両方のイメージが公開されています。
Read the rest of this entry »

Written by Masayuki.Ozawa

10月 5th, 2017 at 8:57 am

SQL Server 2017 が GA しました

one comment

各ブログでアナウンスされていますが、SQL Server 2017 が GA しました。

Azure VM のイメージも公開されています。

リリースノート等のドキュメントも更新されています。
Windows 版

Linux 版

Docker Hub のリポジトリも更新されていますね。

Docker 版については次の記載があります。

License

SQL Server Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server. SQL Server Developer Edition cannot be used in a production environment.

I have read and agree to the SQL Server 2017 Developer Edition license terms located here

Docker のイメージを単純に Pull して実行した場合は、Developer Edition としてインストールされるのが注意ですね。

SQL Server 2017 on Linux: SQL Server 2017 now supports deployment on RedHat Enterprise Linux (RHEL), Ubuntu, and SUSE Linux Enterprise Server (SLES). The SQL Server 2017 SKUs are platform agnostic, so customers can run the software on either Windows or Linux.

Windows / Linux の購入方法は変わらないようですね。
コンテナのライセンスは、仮想マシンと同じ考え方っぽいですね。
ダウンロードはこちらから

Written by Masayuki.Ozawa

10月 3rd, 2017 at 7:18 am

Posted in SQL Server

Tagged with ,

SQL Server 2017 から適用される新しいサービスモデル

leave a comment

New season, New software, New servicing model / Announcing the Modern Servicing Model for SQL Server でアナウンスされていますが、SQL Server 2017 から、従来とは異なる更新プログラムの適用サイクルとなるアナウンスが行われています。
ブログで発表のある少し前に SQL Server on Linux Engineering Town Hall: New Servicing Model で発表されていたことがまとめられたようですね。
Read the rest of this entry »

Written by Masayuki.Ozawa

10月 2nd, 2017 at 8:48 am

Posted in SQL Server

Tagged with ,

Ignite 2017 の動画の内容のメモ

one comment

Ignite 2017 の動画ですが、Inite のサイトだと https://myignite.microsoft.com/videos からアクセスできます。
この中から最新の情報をメモとして抜き出したものを。
(セッション動画を見ながら随時更新しています)
Read the rest of this entry »

Written by Masayuki.Ozawa

9月 30th, 2017 at 2:33 pm

Ignite 2017 の Day1 Keynote のデータプラットフォームの内容のメモ

2 comments

Ignite 2017 のキーノートを見ながらぺたぺたと。
Ignite 2017 の動画についてはこちらから。
https://www.microsoft.com/en-us/ignite/default.aspx
Read the rest of this entry »

Written by Masayuki.Ozawa

9月 25th, 2017 at 10:19 pm