- MS SQL Server - Analysis Services
- MS SQL Server - Integration Services
- MS SQL Server - Execution Plans
- MS SQL Server - Reporting services
- MS SQL Server - HA Technologies
- MS SQL Server - Services
- MS SQL Server - Monitor Database
- MS SQL Server - Assign Permissions
- MS SQL Server - Create Users
- MS SQL Server - Restoring Databases
- MS SQL Server - Creating Backups
- MS SQL Server - Drop Database
- MS SQL Server - Select Database
- MS SQL Server - Create Database
- MS SQL Server – Login Database
- MS SQL Server – Managment Studio
- MS SQL Server – Architecture
- MS SQL Server – Installation
- MS SQL Server – Editions
- MS SQL Server - Overview
- MS SQL Server - Home
MS SQL Server Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
MS SQL Server - Installation
SQL Server supports two types of installation −
Standalone
Cluster based
Checks
Check RDP access for the server.
Check OS bit, IP, domain of server.
Check if your account is in admin group to run setup.exe file.
Software location.
Requirements
Which version, edition, SP and hotfix if any.
Service accounts for database engine, agent, SSAS, SSIS, SSRS, if any.
Named instance name if any.
Location for binaries, system, user databases.
Authentication mode.
Collation setting.
List of features.
Pre-requisites for 2005
Setup support files.
.net framework 2.0.
SQL Server native cpent.
Pre-requisites for 2008&2008R2
Setup support files.
.net framework 3.5 SP1.
SQL Server native cpent.
Windows installer 4.5/later version.
Pre-requisites for 2012&2014
Setup support files.
.net framework 4.0.
SQL Server native cpent.
Windows installer 4.5/later version.
Windows PowerShell 2.0.
Installation Steps
Step 1 − Download the Evaluation Edition from
Once the software is downloaded, the following files will be available based on your download (32 or 64 bit) option.
ENUx86SQLFULL_x86_ENU_Core.box
ENUx86SQLFULL_x86_ENU_Install.exe
ENUx86SQLFULL_x86_ENU_Lang.box
OR
ENUx86SQLFULL_x64_ENU_Core.box
ENUx86SQLFULL_x64_ENU_Install.exe
ENUx86SQLFULL_x64_ENU_Lang.box
Note − X86 (32 bit) and X64 (64 bit)
Step 2 − Double-cpck the “SQLFULL_x86_ENU_Install.exe” or “SQLFULL_x64_ENU_Install.exe”, it will extract the required files for installation in the“SQLFULL_x86_ENU” or “SQLFULL_x86_ENU” folder respectively.
Step 3 − Cpck the “SQLFULL_x86_ENU” or “SQLFULL_x64_ENU_Install.exe” folder and double-cpck “SETUP” apppcation.
For understanding, here we have used SQLFULL_x64_ENU_Install.exe software.
Step 4 − Once we cpck on setup apppcation, the following screen will open.
Step 5 − Cpck Installation which is on the left side of the above screen.
Step 6 − Cpck the first option of the right side seen on the above screen. The following screen will open.
Step 7 − Cpck OK and the following screen pops up.
Step 8 − Cpck Next to get the following screen.
Step 9 − Make sure to check the product key selection and cpck Next.
Step 10 − Select the checkbox to accept the pcense option and cpck Next.
Step 11 − Select SQL Server feature installation option and cpck Next.
Step 12 − Select Database engine services checkbox and cpck Next.
Step 13 − Enter the named instance (here I used TestInstance) and cpck Next.
Step 14 − Cpck Next on the above screen and the following screen appears.
Step 15 − Select service account names and start-up types for the above psted services and cpck Collation.
Step 16 − Make sure the correct collation selection is checked and cpck Next.
Step 17 − Make sure authentication mode selection and administrators are checked and cpck Data Directories.
Step 18 − Make sure to select the above directory locations and cpck Next. The following screen appears.
Step 19 − Cpck Next on the above screen.
Step 20 − Cpck Next on the above screen to the get the following screen.
Step 21 − Make sure to check the above selection correctly and cpck Install.
Installation is successful as shown in the above screen. Cpck Close to finish.
Advertisements