SlideShare a Scribd company logo
1 of 16
SQL SERVER
INSTALLATION
AND
CONFIGURATION
What is a SQL Server?
 used to manage and store
information.
 “relational database management
system” (RDMS).
SQL Server Editions and
Version
1. Express Edition:
- Designed for easy deployment and rapid prototyping, and
- performance for embedded application clients, light web
applications, and local data stores.
2. Workgroup Edition:
- designed to provide basic relational database services for
departments and branch offices.
- It supports a maximum of 2 CPUs, 4GB of RAM, and
unlimited database size.
- Its only BI feature is Reporting Services.
3. Standard Edition:
- Designed for small and medium businesses, the Standard
edition supports up to 4 CPUs and 2TB of RAM,
- with unlimited database size. It includes support for all BI
subsystems including Analysis Services, Integration Services,
and Reporting Services, but lacks many of the enterprise-
oriented features from the Enterprise edition.
4. Enterprise (Developer) Edition:
- Enterprise for mission critical applications,
- This is the high-end edition, with the advanced
performance and availability features (e.g., table
partitioning, data compression) required to support
thousands of connections and databases measured by
terabytes.
 The Developer Edition is the same as the Enterprise
Edition, but it’s licensed only for development and
testing and it can run on workstation versions of
Windows.
Continued..
 5. Datacenter edition:
- More power than all other
editions.
- It costs more compare to others.
- It has all features of enterprise
edition and supports all data
related features.
SQL Server edition comparison
SQL Server edition comparison
Service accounts
 The SQL Server services require Windows login accounts
to run and access the file system. It’s possible to allow SQL
Server to run using the local service account, but
creating a specific Windows user account for SQL Server
services provides better security and reliability.
 You can configure these accounts with the required
minimum set of permissions (user, not administrator) and
access to the data files.
 The accounts can be specified independently during
installation by selecting the ‘‘Customize for each service
account’’ option. By default, SQL Server, SQL Server
Agent, Analysis Server, and SQL Browser share the same
login account.
 The default location for SQL Server and associated files
will be similar to the following: “C:Program
FilesMicrosoft SQL ServerMSSQL.#”.
Service Packs, Hot fix,
Cumulative Updates
 Service Packs: An update to a software version
that fixes an existing problem, such as a bug,
or provides enhancements to the product that
will appear in the next version of the product.
When the new product version is released, it
usually contains the fixes and updates from the
service pack. Service packs can either be
downloaded or ordered directly from the
company.
 HotFix: is when of something happening
quickly or proactive solution.
- applied without stopping or restarting a service
or system.
Continued..
Cumulative Updates:
- provides hotfix releases on
a scheduled delivery basis
for Office Server products.
- deliver high-quality fixes on
a predictable schedule.
SQL Server installation-
Hardware/Software Requirements:
o NET Framework 3.5
o SQL Server Native Client
o SQL Server Setup support files
o Windows service pack
o Processor :
Processor type: Minimum: 1.0 GHz,
Recommended: 2.0 GHz or faster
RAM 512 MB & Recommended: 2.048
GB or more
Pre-installation
 We need to have Service account for all
sql services that needs to be installed.
(we get this from Windows team)
 Make sure we have administrator
privilege for the service accounts.
 Make sure we installed .Net Framework
and windows installer.
 Need to have the software
 For clustered servers we should have IP
addresses.
Performing the Installation
 Setup.exe opens the SQL
Server Installation Center,
which brings together into one
UI a broad collection of
installation utilities and
resources --- from the planning
stage to advanced options.
Post-Installation
 Apply latest service packs
 Configure TCP ports to default value 1433
 Enable named pipes.
 Allocate maximum memory size for sql server to
use.
 Creating monitoring jobs, backup jobs,
maintenance plans,…
 Creating alerts, Operators
 Configuring database mail
 Performing QA checklist
Removing SQL Server
(decommissioning)
 To remove SQL Server, use the Add/Remove Programs option
in the Windows Control Panel. If there are multiple instances,
removing a single instance will leave the other instances
intact and able to function.
 User databases will not be deleted by the uninstall and their
directory structure remains intact.
 Detaching and copying a database to another server prior
to removing an instance of SQL Server enables continued
access to the data. If that is not possible, back up and
restore the database to another server or attach the
orphaned database to another server.

More Related Content

What's hot

SQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster RecoverySQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster RecoveryMichael Poremba
 
Advanced SQL injection to operating system full control (whitepaper)
Advanced SQL injection to operating system full control (whitepaper)Advanced SQL injection to operating system full control (whitepaper)
Advanced SQL injection to operating system full control (whitepaper)Bernardo Damele A. G.
 
SQL Server Integration Services
SQL Server Integration ServicesSQL Server Integration Services
SQL Server Integration ServicesRobert MacLean
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridJames Serra
 
Sql injection bypassing hand book blackrose
Sql injection bypassing hand book blackroseSql injection bypassing hand book blackrose
Sql injection bypassing hand book blackroseNoaman Aziz
 
Active directory の移行 (2011年6月の資料)
Active directory の移行 (2011年6月の資料)Active directory の移行 (2011年6月の資料)
Active directory の移行 (2011年6月の資料)wintechq
 
SQL injection prevention techniques
SQL injection prevention techniquesSQL injection prevention techniques
SQL injection prevention techniquesSongchaiDuangpan
 
Sql injection in cybersecurity
Sql injection in cybersecuritySql injection in cybersecurity
Sql injection in cybersecuritySanad Bhowmik
 
Building .NET Microservices
Building .NET MicroservicesBuilding .NET Microservices
Building .NET MicroservicesVMware Tanzu
 
Microsoft Power BI for Office 365 Pricing and Licensing
Microsoft Power BI for Office 365Pricing and LicensingMicrosoft Power BI for Office 365Pricing and Licensing
Microsoft Power BI for Office 365 Pricing and Licensing InnoTech
 
security misconfigurations
security misconfigurationssecurity misconfigurations
security misconfigurationsMegha Sahu
 
Exploiting parameter tempering attack in web application
Exploiting parameter tempering attack in web applicationExploiting parameter tempering attack in web application
Exploiting parameter tempering attack in web applicationVishal Kumar
 
Advanced SQL Injection
Advanced SQL InjectionAdvanced SQL Injection
Advanced SQL Injectionamiable_indian
 
SOA OSB suite cluster installation
SOA OSB suite cluster installationSOA OSB suite cluster installation
SOA OSB suite cluster installationRakesh Gujjarlapudi
 

What's hot (20)

Technical overview of Azure Cosmos DB
Technical overview of Azure Cosmos DBTechnical overview of Azure Cosmos DB
Technical overview of Azure Cosmos DB
 
SQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster RecoverySQL Server High Availability and Disaster Recovery
SQL Server High Availability and Disaster Recovery
 
Advanced SQL injection to operating system full control (whitepaper)
Advanced SQL injection to operating system full control (whitepaper)Advanced SQL injection to operating system full control (whitepaper)
Advanced SQL injection to operating system full control (whitepaper)
 
SQL Server Integration Services
SQL Server Integration ServicesSQL Server Integration Services
SQL Server Integration Services
 
HA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybridHA/DR options with SQL Server in Azure and hybrid
HA/DR options with SQL Server in Azure and hybrid
 
Azure-AD.pptx
Azure-AD.pptxAzure-AD.pptx
Azure-AD.pptx
 
Sql injection bypassing hand book blackrose
Sql injection bypassing hand book blackroseSql injection bypassing hand book blackrose
Sql injection bypassing hand book blackrose
 
Active directory の移行 (2011年6月の資料)
Active directory の移行 (2011年6月の資料)Active directory の移行 (2011年6月の資料)
Active directory の移行 (2011年6月の資料)
 
Flutter
FlutterFlutter
Flutter
 
SQL injection prevention techniques
SQL injection prevention techniquesSQL injection prevention techniques
SQL injection prevention techniques
 
Sql injection in cybersecurity
Sql injection in cybersecuritySql injection in cybersecurity
Sql injection in cybersecurity
 
Building .NET Microservices
Building .NET MicroservicesBuilding .NET Microservices
Building .NET Microservices
 
MS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTUREMS-SQL SERVER ARCHITECTURE
MS-SQL SERVER ARCHITECTURE
 
What's new in Visual Studio 2022
What's new in Visual Studio 2022What's new in Visual Studio 2022
What's new in Visual Studio 2022
 
Microsoft Power BI for Office 365 Pricing and Licensing
Microsoft Power BI for Office 365Pricing and LicensingMicrosoft Power BI for Office 365Pricing and Licensing
Microsoft Power BI for Office 365 Pricing and Licensing
 
security misconfigurations
security misconfigurationssecurity misconfigurations
security misconfigurations
 
Exploiting parameter tempering attack in web application
Exploiting parameter tempering attack in web applicationExploiting parameter tempering attack in web application
Exploiting parameter tempering attack in web application
 
Advanced SQL Injection
Advanced SQL InjectionAdvanced SQL Injection
Advanced SQL Injection
 
SOA OSB suite cluster installation
SOA OSB suite cluster installationSOA OSB suite cluster installation
SOA OSB suite cluster installation
 
Sql injection
Sql injectionSql injection
Sql injection
 

Viewers also liked

Les TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3DLes TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3Dmhelenamartinez
 
Bum marketing
Bum marketingBum marketing
Bum marketingoffb33t
 
Les TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3DLes TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3Dmhelenamartinez
 
Pampered chef
Pampered chefPampered chef
Pampered chefoffb33t
 
Design of Manual Material Handling System through Computer Aided Ergonomics
Design of Manual Material Handling System through Computer Aided ErgonomicsDesign of Manual Material Handling System through Computer Aided Ergonomics
Design of Manual Material Handling System through Computer Aided ErgonomicsBirhanu Dagnew Sendek
 
Virtual dj 7 user guide
Virtual dj 7   user guideVirtual dj 7   user guide
Virtual dj 7 user guidejulianserra
 
Leads on demand
Leads on demandLeads on demand
Leads on demandoffb33t
 
Bài 4.1 - SQL (STRUCTURED QUERY LANGUAGE) - SQL server
Bài 4.1 - SQL (STRUCTURED QUERY  LANGUAGE) - SQL serverBài 4.1 - SQL (STRUCTURED QUERY  LANGUAGE) - SQL server
Bài 4.1 - SQL (STRUCTURED QUERY LANGUAGE) - SQL serverMasterCode.vn
 
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL server
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL serverBài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL server
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL serverMasterCode.vn
 

Viewers also liked (10)

Les TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3DLes TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3D
 
Bum marketing
Bum marketingBum marketing
Bum marketing
 
Les TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3DLes TIC i la 3era Edat - Grup Generació 3D
Les TIC i la 3era Edat - Grup Generació 3D
 
Pampered chef
Pampered chefPampered chef
Pampered chef
 
Design of Manual Material Handling System through Computer Aided Ergonomics
Design of Manual Material Handling System through Computer Aided ErgonomicsDesign of Manual Material Handling System through Computer Aided Ergonomics
Design of Manual Material Handling System through Computer Aided Ergonomics
 
Virtual dj 7 user guide
Virtual dj 7   user guideVirtual dj 7   user guide
Virtual dj 7 user guide
 
Leads on demand
Leads on demandLeads on demand
Leads on demand
 
Demonstração- Ínfimo/Supremo
Demonstração- Ínfimo/SupremoDemonstração- Ínfimo/Supremo
Demonstração- Ínfimo/Supremo
 
Bài 4.1 - SQL (STRUCTURED QUERY LANGUAGE) - SQL server
Bài 4.1 - SQL (STRUCTURED QUERY  LANGUAGE) - SQL serverBài 4.1 - SQL (STRUCTURED QUERY  LANGUAGE) - SQL server
Bài 4.1 - SQL (STRUCTURED QUERY LANGUAGE) - SQL server
 
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL server
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL serverBài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL server
Bài 3 : Các ràng buộc toàn vẹn dữ liệu - SQL server
 

Similar to SQL server part 1

DBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxDBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxseifusisay06
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwEduardo Castro
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Eduardo Castro
 
Sql training
Sql trainingSql training
Sql trainingpremrings
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingmark jerald Canal
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 SunumuÇözümPARK
 
A Simple Guide to Download SQL Server 2019.pdf
A Simple Guide to Download SQL Server 2019.pdfA Simple Guide to Download SQL Server 2019.pdf
A Simple Guide to Download SQL Server 2019.pdfSoftwareDeals
 
Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Antonios Chatzipavlis
 
SQL Server and System Center Advisor
SQL Server and System Center AdvisorSQL Server and System Center Advisor
SQL Server and System Center AdvisorEduardo Castro
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...Shahzad
 
Microsoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEMicrosoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEDigicomp Academy AG
 
Microsoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveMicrosoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveAmber Moore
 
Vskills certified enterprise applications integration specialist with micros...
Vskills certified enterprise applications integration specialist  with micros...Vskills certified enterprise applications integration specialist  with micros...
Vskills certified enterprise applications integration specialist with micros...Vskills
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentSPC Adriatics
 
Managing SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAManaging SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAConcentrated Technology
 

Similar to SQL server part 1 (20)

DBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docxDBA, LEVEL III TTLM Monitoring and Administering Database.docx
DBA, LEVEL III TTLM Monitoring and Administering Database.docx
 
Whats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 CwWhats New Sql Server 2008 R2 Cw
Whats New Sql Server 2008 R2 Cw
 
Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2Whats New Sql Server 2008 R2
Whats New Sql Server 2008 R2
 
Sql training
Sql trainingSql training
Sql training
 
Andrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_trainingAndrewfraserdba.com training sql_training
Andrewfraserdba.com training sql_training
 
SQL Server R2 Sunumu
SQL Server R2 SunumuSQL Server R2 Sunumu
SQL Server R2 Sunumu
 
John
JohnJohn
John
 
Sql2008 (1)
Sql2008 (1)Sql2008 (1)
Sql2008 (1)
 
IUG ATL PC 9.5
IUG ATL PC 9.5IUG ATL PC 9.5
IUG ATL PC 9.5
 
A Simple Guide to Download SQL Server 2019.pdf
A Simple Guide to Download SQL Server 2019.pdfA Simple Guide to Download SQL Server 2019.pdf
A Simple Guide to Download SQL Server 2019.pdf
 
Sql Sever Presentation.pptx
Sql Sever Presentation.pptxSql Sever Presentation.pptx
Sql Sever Presentation.pptx
 
Sql saturday oc 2019
Sql saturday oc 2019Sql saturday oc 2019
Sql saturday oc 2019
 
Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014Configuring sql server - SQL Saturday, Athens Oct 2014
Configuring sql server - SQL Saturday, Athens Oct 2014
 
SQL Server and System Center Advisor
SQL Server and System Center AdvisorSQL Server and System Center Advisor
SQL Server and System Center Advisor
 
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...Software architecture   to analyze licensing needs for pcms- pegasus cargo ma...
Software architecture to analyze licensing needs for pcms- pegasus cargo ma...
 
Microsoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONEMicrosoft SQL Licensing Workshop - Software ONE
Microsoft SQL Licensing Workshop - Software ONE
 
Microsoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now LiveMicrosoft Sql Server 2016 Is Now Live
Microsoft Sql Server 2016 Is Now Live
 
Vskills certified enterprise applications integration specialist with micros...
Vskills certified enterprise applications integration specialist  with micros...Vskills certified enterprise applications integration specialist  with micros...
Vskills certified enterprise applications integration specialist with micros...
 
A Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deploymentA Deep Dive into SharePoint 2016 architecture and deployment
A Deep Dive into SharePoint 2016 architecture and deployment
 
Managing SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBAManaging SQLserver for the reluctant DBA
Managing SQLserver for the reluctant DBA
 

Recently uploaded

Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...lizamodels9
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creationsnakalysalcedo61
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...lizamodels9
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis UsageNeil Kimberley
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfpollardmorgan
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailAriel592675
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,noida100girls
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...ictsugar
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCRashishs7044
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckHajeJanKamps
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...lizamodels9
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Kirill Klimov
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMintel Group
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy Verified Accounts
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdfKhaled Al Awadi
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncrdollysharma2066
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africaictsugar
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionMintel Group
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCRashishs7044
 

Recently uploaded (20)

Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
Call Girls In Sikandarpur Gurgaon ❤️8860477959_Russian 100% Genuine Escorts I...
 
Marketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet CreationsMarketing Management Business Plan_My Sweet Creations
Marketing Management Business Plan_My Sweet Creations
 
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
Lowrate Call Girls In Sector 18 Noida ❤️8860477959 Escorts 100% Genuine Servi...
 
Corporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information TechnologyCorporate Profile 47Billion Information Technology
Corporate Profile 47Billion Information Technology
 
2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage2024 Numerator Consumer Study of Cannabis Usage
2024 Numerator Consumer Study of Cannabis Usage
 
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdfIntro to BCG's Carbon Emissions Benchmark_vF.pdf
Intro to BCG's Carbon Emissions Benchmark_vF.pdf
 
Case study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detailCase study on tata clothing brand zudio in detail
Case study on tata clothing brand zudio in detail
 
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
BEST Call Girls In Greater Noida ✨ 9773824855 ✨ Escorts Service In Delhi Ncr,
 
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...Global Scenario On Sustainable  and Resilient Coconut Industry by Dr. Jelfina...
Global Scenario On Sustainable and Resilient Coconut Industry by Dr. Jelfina...
 
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
8447779800, Low rate Call girls in Shivaji Enclave Delhi NCR
 
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deckPitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
Pitch Deck Teardown: Geodesic.Life's $500k Pre-seed deck
 
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
Call Girls In Radisson Blu Hotel New Delhi Paschim Vihar ❤️8860477959 Escorts...
 
Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024Flow Your Strategy at Flight Levels Day 2024
Flow Your Strategy at Flight Levels Day 2024
 
Market Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 EditionMarket Sizes Sample Report - 2024 Edition
Market Sizes Sample Report - 2024 Edition
 
Buy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail AccountsBuy gmail accounts.pdf Buy Old Gmail Accounts
Buy gmail accounts.pdf Buy Old Gmail Accounts
 
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdfNewBase  19 April  2024  Energy News issue - 1717 by Khaled Al Awadi.pdf
NewBase 19 April 2024 Energy News issue - 1717 by Khaled Al Awadi.pdf
 
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / NcrCall Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
Call Girls in DELHI Cantt, ( Call Me )-8377877756-Female Escort- In Delhi / Ncr
 
Kenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby AfricaKenya’s Coconut Value Chain by Gatsby Africa
Kenya’s Coconut Value Chain by Gatsby Africa
 
Future Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted VersionFuture Of Sample Report 2024 | Redacted Version
Future Of Sample Report 2024 | Redacted Version
 
8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR8447779800, Low rate Call girls in Saket Delhi NCR
8447779800, Low rate Call girls in Saket Delhi NCR
 

SQL server part 1

  • 3. What is a SQL Server?  used to manage and store information.  “relational database management system” (RDMS).
  • 4. SQL Server Editions and Version 1. Express Edition: - Designed for easy deployment and rapid prototyping, and - performance for embedded application clients, light web applications, and local data stores. 2. Workgroup Edition: - designed to provide basic relational database services for departments and branch offices. - It supports a maximum of 2 CPUs, 4GB of RAM, and unlimited database size. - Its only BI feature is Reporting Services.
  • 5. 3. Standard Edition: - Designed for small and medium businesses, the Standard edition supports up to 4 CPUs and 2TB of RAM, - with unlimited database size. It includes support for all BI subsystems including Analysis Services, Integration Services, and Reporting Services, but lacks many of the enterprise- oriented features from the Enterprise edition. 4. Enterprise (Developer) Edition: - Enterprise for mission critical applications, - This is the high-end edition, with the advanced performance and availability features (e.g., table partitioning, data compression) required to support thousands of connections and databases measured by terabytes.  The Developer Edition is the same as the Enterprise Edition, but it’s licensed only for development and testing and it can run on workstation versions of Windows.
  • 6. Continued..  5. Datacenter edition: - More power than all other editions. - It costs more compare to others. - It has all features of enterprise edition and supports all data related features.
  • 7. SQL Server edition comparison
  • 8. SQL Server edition comparison
  • 9. Service accounts  The SQL Server services require Windows login accounts to run and access the file system. It’s possible to allow SQL Server to run using the local service account, but creating a specific Windows user account for SQL Server services provides better security and reliability.  You can configure these accounts with the required minimum set of permissions (user, not administrator) and access to the data files.  The accounts can be specified independently during installation by selecting the ‘‘Customize for each service account’’ option. By default, SQL Server, SQL Server Agent, Analysis Server, and SQL Browser share the same login account.  The default location for SQL Server and associated files will be similar to the following: “C:Program FilesMicrosoft SQL ServerMSSQL.#”.
  • 10. Service Packs, Hot fix, Cumulative Updates  Service Packs: An update to a software version that fixes an existing problem, such as a bug, or provides enhancements to the product that will appear in the next version of the product. When the new product version is released, it usually contains the fixes and updates from the service pack. Service packs can either be downloaded or ordered directly from the company.  HotFix: is when of something happening quickly or proactive solution. - applied without stopping or restarting a service or system.
  • 11. Continued.. Cumulative Updates: - provides hotfix releases on a scheduled delivery basis for Office Server products. - deliver high-quality fixes on a predictable schedule.
  • 12. SQL Server installation- Hardware/Software Requirements: o NET Framework 3.5 o SQL Server Native Client o SQL Server Setup support files o Windows service pack o Processor : Processor type: Minimum: 1.0 GHz, Recommended: 2.0 GHz or faster RAM 512 MB & Recommended: 2.048 GB or more
  • 13. Pre-installation  We need to have Service account for all sql services that needs to be installed. (we get this from Windows team)  Make sure we have administrator privilege for the service accounts.  Make sure we installed .Net Framework and windows installer.  Need to have the software  For clustered servers we should have IP addresses.
  • 14. Performing the Installation  Setup.exe opens the SQL Server Installation Center, which brings together into one UI a broad collection of installation utilities and resources --- from the planning stage to advanced options.
  • 15. Post-Installation  Apply latest service packs  Configure TCP ports to default value 1433  Enable named pipes.  Allocate maximum memory size for sql server to use.  Creating monitoring jobs, backup jobs, maintenance plans,…  Creating alerts, Operators  Configuring database mail  Performing QA checklist
  • 16. Removing SQL Server (decommissioning)  To remove SQL Server, use the Add/Remove Programs option in the Windows Control Panel. If there are multiple instances, removing a single instance will leave the other instances intact and able to function.  User databases will not be deleted by the uninstall and their directory structure remains intact.  Detaching and copying a database to another server prior to removing an instance of SQL Server enables continued access to the data. If that is not possible, back up and restore the database to another server or attach the orphaned database to another server.