SE の雑記

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

Archive for 11月, 2016

SQL Server on Linux の照合順序を変更する

leave a comment

SQL Server on Linux のデフォルトの照合順序ですが、「SQL_Latin1_General_CP1_CI_AS」が設定されています。
SoL のセットアップはテンプレートのシステムデータベースを Linux のファイルシステムにコピーすることで展開を行っているため、初期セットアップ時に照合順序を指定することができません。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 26th, 2016 at 12:47 am

Posted in SQL Server

Tagged with

Ubuntu の SQL Server on Linux の基本環境を確認してみる その 3

leave a comment

Ubuntu の SQL Server on Linux の基本環境を確認してみる その 2 からの続きで。

次は SQL Server on Linux (SoL) のインストール方式について軽くまとめてみたいと思います。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 26th, 2016 at 12:15 am

Posted in SQL Server

Tagged with

Ubuntu の SQL Server on Linux の基本環境を確認してみる その 2

leave a comment

Ubuntu の SQL Server on Linux の基本環境を確認してみる の続きです。

前回、基本的な構成を書きましたが、今回はもう少し踏み込んだ内容を。

SQL Server on Linux: Runs well in spite of internal quirks. Why? も面白い内容かと。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 25th, 2016 at 11:28 pm

Posted in SQL Server

Tagged with

SQL Server 2016 SP1 で変わる Edition 間の機能差

leave a comment

先日の Connect(); 2016 で SQL Server 2016 SP1 が発表されました。

アナウンス

機能紹介

ブログ
Tiger Team

SQL Server Database Engine

SQL Server Reporting Services Team

 
 
これにより SQL Server の Edition 間の機能差が大きく変わりましたので一度まとめてみたいと思います。
今まで、Enterprise Edition のみの機能を使用しているかを確認する際に、sys.dm_db_persisted_sku_features を使用することがありましたが、今回の SP1 の変更により、以降は、この DMV からではなく、SQL Server 2016 SP1: Things you should know の方法を使用する必要があるようです。
Read the rest of this entry »

Written by Masayuki.Ozawa

11月 20th, 2016 at 1:04 pm

Posted in SQL Server

Tagged with

Docker で SQL Server vNext を実行してみる

leave a comment

今まで、SQL Server の Express Edition であれば、Windows Container で実行することができていました。
SQL Server 2016 Express Edition in Windows containers

SQL Server vNext になると、Linux / Windows / Mac の Docker でも動作するようになりました。
Run the SQL Server Docker image on Linux, Mac, or Windows

Ubuntu と Windows のコンテナーとして実行してみたいと思います。
# Mac はハード持っていないので…。

Read the rest of this entry »

Written by Masayuki.Ozawa

11月 20th, 2016 at 11:01 am

Posted in SQL Server

Tagged with ,