Reputation: 91
When I used to install SSMS I used to get "Loading packages. Please wait...". But their is no use of it still it's going like that all the time but not loaded any packages. Can anyone will help. How to install SSMS.
Upvotes: 9
Views: 15836
Reputation: 39
Fix this problem :
%temp%
HKEY_LOCAL_MACHINE\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio
Upvotes: 3
Reputation: 11
The new version 18 is only for 32 bit system. So if your system is 64 bit then download and install Azure Data Studio. It supports cross platform and can be used for Windows 32/64, Mac etc. Download from here
Upvotes: 0
Reputation: 1494
to fix this problem:
remove temp files from %temp% folder (C:\Users<user name>\AppData\Local\Temp)
open the register and remove "HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio" or execute via cmd (with admin rights):
reg DELETE “HKLM\SOFTWARE\WOW6432Node\Microsoft\Microsoft SQL Server Management Studio” /reg:32
run install with admin rights
Upvotes: 41