SE の雑記

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

Archive for 8月, 2016

WSUS 配下の Windows 10 における CB / CBB の適用制御の検証 (2016/8 時点)

leave a comment

Windows 10 に、1607 (Anniversary Update : Redstone 1 (RS1)) がリリースされ、バージョン番号が変わる CB/ CBB の検証ができるようになりましたので自分の理解の整理を兼ねて。
Read the rest of this entry »

Written by Masayuki.Ozawa

8月 22nd, 2016 at 11:40 am

Posted in Windows Client

Tagged with

SQL Database で外部データソースを使用した直接のクエリ実行

one comment

2016/5 のドキュメントから記載されているようなのですが、Azure SQL Database エラスティック データベース クエリの概要 (プレビュー) に、新規の情報がありましたので軽く紹介を。

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 21st, 2016 at 2:03 pm

Posted in SQL Database

Tagged with

SQL Database のデータベースをまたいだ分散トランザクションについて

leave a comment

3 月に GA した、SQL Database のデータベースをまたいだ分散トランザクションを実行するための機能である、Elastic Database Transaction について。

詳細は以下を参照してください。

Elastic Database Transactions are now generally available for Azure SQL Database
クラウド データベースにまたがる分散トランザクション

Read the rest of this entry »

Written by Masayuki.Ozawa

8月 20th, 2016 at 11:55 pm

Posted in SQL Database

Tagged with

PowerShell on Linux !!

one comment

後で見る用のリストを。
GitHub
Microsoft、「PowerShell」をオープンソース化し、LinuxとOS X版を提供
PowerShell on Linux and Open Source!
Announcing PowerShell on Linux – PowerShell is Open Source!
PowerShell is open sourced and is available on Linux
PowerShell is now open-source, and cross-platform
Open source PowerShell on Windows, Linux, and OS X!
PowerShell on Linux and Open Source
Ubuntu 16.04 にインストールする場合は以下のような形になるかと。

curl -L -O https://github.com/PowerShell/PowerShell/releases/download/v6.0.0-alpha.9/powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb
sudo apt-get install libunwind8 libicu55
sudo dpkg -i powershell_6.0.0-alpha.9-1ubuntu1.16.04.1_amd64.deb

無題
(∩´∀`)∩ わーい

Written by Masayuki.Ozawa

8月 19th, 2016 at 8:31 am

Posted in PowerShell

Tagged with

Remote Desktop で使用する証明書を同一の拇印で重複インポートした場合の挙動について

leave a comment

リモートデスクトップで自己証明証明書ではなく、証明機関から発行された証明書を使うことがあるかと思います。
同一の拇印の証明書を複数回インポートした場合、MMC の証明書のスナップインでは、一つの証明書しか表示されないのですが、秘密キーについては新しくなっているようでそれにより、接続ができない現象があったのでまとめておきたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

8月 19th, 2016 at 8:08 am

Posted in Remote Desktop

Tagged with