Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server 2017 Express offline installer [duplicate]

I am not able to install using the online installer. Can anyone point me to where I can find the offline installer? I tried searching with Google gut with no luck.

This is similar but not an offline installer.

How to install localdb separately?

This is the error I encounter repeatedly using the online installer (probably due to the firewall): enter image description here

like image 866
Rahul Avatar asked Mar 22 '17 12:03

Rahul


2 Answers

Go to this page: https://www.microsoft.com/en-us/sql-server/sql-server-editions-express

Click the download link to download and launch the 5 MB installer.

In the Installer, select "Download Media"

enter image description here

Direct URL: https://download.microsoft.com/download/9/0/7/907AD35F-9F9C-43A5-9789-52470555DB90/ENU/SqlLocalDB.msi

Direct URL for SQL Server 2017 LocalDb: https://download.microsoft.com/download/E/F/2/EF23C21D-7860-4F05-88CE-39AA114B014B/SqlLocalDB.msi

**UPD 2019-03: Current LocalDB version has a bug which can be fixed by installing the latest Cumulative Update (CU)

like image 120
ErikEJ Avatar answered Nov 20 '22 07:11

ErikEJ


for those who seek 32 bit edition localDB for download, here it is:

http://download.microsoft.com/download/8/D/D/8DD7BDBA-CEF7-4D8E-8C16-D9F69527F909/ENU/x86/SqlLocaLDB.MSI

like image 39
smoothumut Avatar answered Nov 20 '22 07:11

smoothumut