Sql Server Management Studio 2014 32 Bit Free Download

broken image


I had planned the installation of SQL Server Express 2014 on Windows 10 PRO OS. During this, I encountered minor roadblocks, which I overcame to install SQL Server Express 2014. This article summarises step by step process of installing it.

to use SQL Server Management Studio (SSMS) of SQL Server Express edition to manage objects of the paid SQL Server edition? I wanted to use SSMS 2014, 32- bit, against a paid Sql Server (x64) Edition. I didn't know if this was supported until you verified that I can indeed 'borrow' 32-bit SSMS 2014, from Sql Server Express. Microsoft Sql Server Management Studio Express 32 Bit free download - Microsoft SQL Server Management Studio Express (64-bit), Microsoft SQL Server 2008 Management Studio Express (32-bit.

These steps not confined to SQL Server Express 2014, they are almost similar to other SQL Server Express like 2012, 2008 R2, 2008.

BackNext Microsoft SQL Server 2014 Express is a powerful and reliable free data management system that delivers a rich and reliable data store for lightweight Web Sites and desktop applications. Free downloads & security. SQL Server 2014 Management Studio requires both.NET Framework 3.5 and.NET Framework 4.0 as explained on the following article. SQL Server Management Studio application is free to download and offers easy-to-install, easy-to-use, secure, and reliable Developer Tools applications. SQL Server Management Studiois a very fast, small, compact and innovative Freeware Developer Tools for Windows PC. It is designed to be uncomplicated for beginners and powerful for professionals.

MSDN defines it as Microsoft SQL Server 2014 Express is a free, feature-rich edition of SQL Server that is ideal for learning, developing, powering desktop, web & small server applications, and for redistribution by ISVs.

SQL Server 2014 Express can be installed on Windows 10/ Windows 8.1/ Windows 7. These steps are almost similar for any SQL Server Express edition installation on any Windows OS.

Step 1 – Download SQL Server 2014 Express Edition

In this very first step, there was a minor roadblock, from Where to download SQL Server installation? It's naturally you will open the Download SQL Server Express 2014 link. I tried downloading it, but it wasn't working. Then I found this link The 12 step process to download Microsoft SQL Server Express 2014.

Oh !! 12 steps to be followed for downloading, then think of installation of it. Scott Hanselman made our life easy by writing this post-Download SQL Server. It has not only the 2014 edition but SQL Server 2012, 2008 R2. Everyone just downloads it from this link, save your time.CodeProject

I choose this 'Express with Advanced Services (SQLEXPRADV)' option because of my need for

  • Reporting Services
  • Full-Text Search
  • The full version of SQL Server 2014 Management Studio which gives us SQL Profiler.
  • It gives almost a full working SQL Server database system with lots of tools.

Download it from Scott's blog link for Download SQL Server, I used 64-bit download(32 bit also available). It's around 1+GB. This will take time to download, meanwhile, let us see briefly what are other editions of SQL Server 2014 Express

LocalDB (SqlLocalDB)

LocalDB is a lightweight version of Express that has all its programmability features, yet runs in user mode and has a fast, zero-configuration installation and a short list of pre-requisites. It can be bundled with Application and Database Development tools like Visual Studio or embedded with an application that needs local databases.

Express (SQLEXPR)

Express edition includes the SQL Server database engine only. Best suited to accept remote connections or administer remotely.

Express with Tools (SQLEXPRWT)

This package contains everything needed to install and configure SQL Server as a database server including the full version of SQL Server 2014 Management Studio. Choose either LocalDB or Express depending on your needs above.

SQL Server Management Studio Express (SQLManagementStudio)

This does not contain the database, but only the tools to manage SQL Server instances, including LocalDB, SQL Express, SQL Azure, the full version of SQL Server 2014 Management Studio, etc. Use this if you already have the database and only need the management tools.

Step 2 – Extraction of downloaded Installation Exe

This is fairly simple, double-click the downloaded file 'SQLEXPRADV_x64_ENU.exe'; it will extract all install files to the directory where exe is present, you can change that also.

2014

Extraction of downloaded Sql Server 2014 Installation file

Step 3 – Run Setup, Start Installation, and Accept Terms

After extraction of exe, run the Setup and click 'New SQL Server Stand alone installation…' from the window open. You should and must 'Accept terms'.

Accept License Terms

Step 4 – Install Rules and disable installed ANTI VIRUS software

Setup or Install Rules identify potential problems that might occur for SUCCESSFUL installation of SQL Server Express 2014 edition. All rules passed but 'Windows Firewall' gives a warning.

'Windows Firewall' warning is related to ANTIVIRUS installation might block enabling ports, settings for SQL Server to use.

DONT FORGET TO DISABLED ANTI VIRUS PROGRAM. It will save time during installation process

I have an anti-virus program with full protection, not thinking much I moved ahead without disabling. Installation was not progressing and was struck at a point for hours. So Please Disable IT NOW.

Others might not come across this issue based on the anti-virus program and its protection levels, but still do disable it.

Step 5 – Feature Selection

In this step we can select the features that need to be installed, SQL Server gives us option Database Engine, Reporting Services(only if you had downloaded the appropriate version), Client Tools for connectivity, and SQL Management Tools (do select SQL Profiler)

It also displays disk space requirements, make sure you have enough disk space before installation.

Features Selection

Step 6 – Rule 'Microsoft .NET Framework 3.5 SP1' required

I was installing SQL Server 2014 on fresh Windows 10 installation, it's obviously that .NET Framework is not found. But SQL Server installation needs .NET 3.5 SP1 for proceeding. It's one of the requirements in Hardware and Software Requirements for Installing SQL Server 2014. We face this error as shown

The rule 'Microsoft .NET Framework 3.5 SP1' required

Bit

Two ways we can install .NET 3.5 framework – Download the .NET Framework 3.5 SP1 or Install using 'Windows Features' as shown in the images below

Enable .NET Framework 3.5 from ‘Turn Windows feature on or off'

Restart the machine to ensure everything is properly installed(Recommended) and then run 'Features Rule' to verify that its ready to proceed installation.

Sql Server Management Studio 2014 32 Bit Free Download 32-bit

Verified Microsoft .NET Framework 3.5 SP1 exists

Step 7 – Instance and Server Configuration Settings

We are installing the 'SqlExpress' edition, it's better to keep the NAMED instance as 'SQLEXPRESS' itself and proceed further.

Server Configuration is important as they deal with account names under which the database engine runs. Its better not to play around with these settings. Click NEXT to go ahead.

Server Configuration

Step 8 – Database Engine Configuration

Studio

Extraction of downloaded Sql Server 2014 Installation file

Step 3 – Run Setup, Start Installation, and Accept Terms

After extraction of exe, run the Setup and click 'New SQL Server Stand alone installation…' from the window open. You should and must 'Accept terms'.

Accept License Terms

Step 4 – Install Rules and disable installed ANTI VIRUS software

Setup or Install Rules identify potential problems that might occur for SUCCESSFUL installation of SQL Server Express 2014 edition. All rules passed but 'Windows Firewall' gives a warning.

'Windows Firewall' warning is related to ANTIVIRUS installation might block enabling ports, settings for SQL Server to use.

DONT FORGET TO DISABLED ANTI VIRUS PROGRAM. It will save time during installation process

I have an anti-virus program with full protection, not thinking much I moved ahead without disabling. Installation was not progressing and was struck at a point for hours. So Please Disable IT NOW.

Others might not come across this issue based on the anti-virus program and its protection levels, but still do disable it.

Step 5 – Feature Selection

In this step we can select the features that need to be installed, SQL Server gives us option Database Engine, Reporting Services(only if you had downloaded the appropriate version), Client Tools for connectivity, and SQL Management Tools (do select SQL Profiler)

It also displays disk space requirements, make sure you have enough disk space before installation.

Features Selection

Step 6 – Rule 'Microsoft .NET Framework 3.5 SP1' required

I was installing SQL Server 2014 on fresh Windows 10 installation, it's obviously that .NET Framework is not found. But SQL Server installation needs .NET 3.5 SP1 for proceeding. It's one of the requirements in Hardware and Software Requirements for Installing SQL Server 2014. We face this error as shown

The rule 'Microsoft .NET Framework 3.5 SP1' required

Two ways we can install .NET 3.5 framework – Download the .NET Framework 3.5 SP1 or Install using 'Windows Features' as shown in the images below

Enable .NET Framework 3.5 from ‘Turn Windows feature on or off'

Restart the machine to ensure everything is properly installed(Recommended) and then run 'Features Rule' to verify that its ready to proceed installation.

Sql Server Management Studio 2014 32 Bit Free Download 32-bit

Verified Microsoft .NET Framework 3.5 SP1 exists

Step 7 – Instance and Server Configuration Settings

We are installing the 'SqlExpress' edition, it's better to keep the NAMED instance as 'SQLEXPRESS' itself and proceed further.

Server Configuration is important as they deal with account names under which the database engine runs. Its better not to play around with these settings. Click NEXT to go ahead.

Server Configuration

Step 8 – Database Engine Configuration

Its heart and soul of your SQL Server installation process, the database engine is one that does all the work. It's mainly split into 'Server Configurations', 'Data Directories', 'User Instances' and 'FILESTREAM'

Server Configurations deals with 'Who can get access to the database engine?'. We have 'Windows mode' and 'Mixed mode' type of authentication.

Use Mixed Mode authentication mode so that we can Windows mode and sa ‘Sql Server System administrator' account.

Since we are installing Reporting Services along with SQL Server Express, select 'Install and Configure' so that it starts operational

Reporting Service Configurations

Step 10 – Installation progress and Completion

Database engine, reporting service, management tools, etc. are successfully installed.

SQL Server Installation Completed

Step 11 – Connecting to Installed SQL Server Express using Management Tools

After installation, lets open 'SQL Server Management Studio' from the Program files directory.

Connecting to SQL Server Express using Windows Authentication

Connecting to SQL Server Express using Mixed Mode Authentication

Sql Server Management Studio 2014 32 Bit Free Download With License Key

It is a bit time-consuming but still the installation process is clear and simple.





broken image