SE の雑記

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

Archive for 1月 7th, 2017

シンプルなクエリで見る結合演算子の操作の違い

leave a comment

クエリ チューニングの高度な概念 に記載されていますが、結合演算子の違いについて、シンプルなクエリを使って、軽くまとめてみたいと思います。
Read the rest of this entry »

Written by Masayuki.Ozawa

1月 7th, 2017 at 10:45 am

Posted in SQL Server

Tagged with

RDP で lanatable のレジストリがない場合の暫定対応

leave a comment

複数の NIC を使用している環境で、特定の NIC でのみ RDP の要求を受け付けたい場合は、「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\lanatable」の LanaId (Local Area Network Adapter ID) を、「HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Terminal Server\WinStations\RDP-Tcp」の「LanAdapter」に設定するという方法をとることがあります。

詳細については、You can not establish a Remote Desktop session to a computer running one of the affected products. に記載されています。

Read the rest of this entry »

Written by Masayuki.Ozawa

1月 7th, 2017 at 8:51 am

Posted in Remote Desktop

Tagged with