I got workstation which is Windows 10 Enterprise Version 1803. Recently vulnerability scan gives me the following critical finding that said unsupported version of SQL server version is running.
My most concern is I have never installed SQL server to the workstation. This is client machine and workstation for development, and it is installed SQL Server Management Studio version 17 in this workstation to connect to DB server, but not installed SQL Server application itself. The finding looks like not about general SQL Server or SQL Serer Express, and it is about SQL Server Express LocalDB, and I think this unsupported version is originally came from installing Visual Studio Professional 2015 version 14 Update 3 to this workstation, but I am not sure yet, so I would like to ask a couple of questions.
(1) Is my understanding correct that when you install Visual Studio, it also installing SQL Server Express LocalDB automatically as well?
(2) How can I upgrade version of SQL Server Express LocalDB to 13.0.4001.0?
Any advise will be gratefully appreciated. Thank you..