LoginSignup
11
9

More than 5 years have passed since last update.

SQL Server Management Studio起動高速化

Posted at

SQL Server Management Studioの起動が遅い場合、

下記の手順で設定をすると速くなります。


  1. SqlWb.exeのリンク先を探す。([すべてのプログラム]から[SQL Server Management Studio]を
    右クリックしてプロパティを開く、[リンク先を探す])

  2. SqlWb.exe.configに以下の設定を追加
     
    <configuration>
    <runtime>
    <generatePublisherEvidence enabled="false"/>
    </runtime>
    </configuration>

体感速度も変わるはず。

作業工数も下がると思います。

11
9
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
9