SE の雑記

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

Archive for the ‘Windows 10’ tag

Windows 10 May 2020 Update に手動アップデートできるようになりました

leave a comment

私の環境では、まだ、Windows Update に来ていないようなのですが、Windows 10 のダウンロードページに Windows 10 May 2020 Update が公開されたようです。

image

「今すぐアップデート」から、EXE をダウンロードして実行することで手動でアップグレードすることができそうです。
image

どのような機能が追加されているかについては、What’s new in Windows 10, version 2004 for IT Pros から確認することができます。

WSL2 については次の情報を確認するとよさそうです。

Written by Masayuki.Ozawa

5月 28th, 2020 at 11:57 am

Posted in Windows 10

Tagged with

Windows 10 Creators Update にアップデートした際に FileStream が動作しなくなる現象についての情報

leave a comment

SNS でいくつか情報が上がっていますが、Windows 10 Creators Update にアップデートした環境で、SQL Server の FileStream が動作しないという現象が発生しています。
US の TechNet フォーラムにも同様の現象の情報が上がっています。
Database in recovery pending status
詳細については、FILESTREAM issues with SQL Server on Windows 10 creators update で情報が発信されており、現状の回避策としては、SQL Server のサービスアカウントが管理者権限を持つように設定変更する必要があるようです。

Workaround

Following are some of the workaround identified which will enable you to overcome the above errors on Windows 10 creators update.

  • Change the SQL Server service startup account to built-in account LocalSystem
  • Change the SQL Server service startup account to a domain user account with local admin privileges on the system
  • If you use virtual account [NT SERVICE\MSSQL$InstanceName] as service startup account, please make this account a member of the local administrators group
  • Uninstall Creators Update and fall back to the previous Windows build

The Windows team is working on the fix to prevent this breaking change on FILE_OPEN_IF api. If you have SQL Server installed on Windows 10 with databases using filestream feature, we recommend you defer applying the Windows 10 Creators update until the fix is made available.

We will update the blog post once the fix is made available by Windows team

とのことで、修正をする予定のようですが、4/15 時点では修正プログラムはまだ公開されていませんので、Creators Update の適用は注意する必要があるかと。
Read the rest of this entry »

Written by Masayuki.Ozawa

4月 15th, 2017 at 10:48 am

スタートアップスクリプトが完了するまでログインを待機させる

leave a comment

スタートアップスクリプトが完了するまでログインを待機させる荒い方法を。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 11:40 pm

Posted in Windows Client

Tagged with

レジストリのインポートでディスプレイ設定を反映させる

leave a comment

かなりざっくりとした方法ですが。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 11:17 pm

Posted in Windows Client

Tagged with

Windows 10 の UWF で HKCU を永続化する

2 comments

Winodws 10 Enterprise や Education では、統合書き込みフィルター (Unified Write Filter (UWF)) について で紹介されている UWF が使用することができます。

Read the rest of this entry »

Written by Masayuki.Ozawa

9月 22nd, 2016 at 6:00 pm

Posted in Windows Client

Tagged with