SlideShare uma empresa Scribd logo
1 de 46
Baixar para ler offline
th
EVENT Pre and Post tips to
Installing SQL Server
correctly
SQL Server 2008, 2008R2, 2012,2014Antonios Chatzipavlis
Database Architect • SQL Server Evangelist • Trainer
MCT, MCSE, MCITP, MCPD,MCSD,MCDBA,MCSA,MCTS, MCAD,MCP, OCA,ITIL-F
Jan 22, 2015
51
I have been started with computers.
I started my professional carrier in computers industry.
I have been started to work with SQL Server version 6.0
I earned my first certification at Microsoft as Microsoft Certified Solution Developer (3rd in
Greece) and started my carrier as Microsoft Certified Trainer (MCT) with more than 20.000
hours of training until now!
I became for first time Microsoft MVP on SQL Server
I created the SQL School Greece (www.sqlschool.gr)
I became MCT Regional Lead by Microsoft Learning Program.
I was certified as MCSE : Data Platform, MCSE: Business Intelligence
Antonios Chatzipavlis
Database Architect • SQL Server Evangelist • Trainer • Speaker
MCT, MCSE, MCITP, MCPD, MCSD, MCDBA, MCSA, MCTS, MCAD, MCP, OCA, ITIL-F
 1982
 1988
 1996
 1998
 2010
 2012
 2013
Follow us in social media
Twitter @antoniosch / @sqlschool
Facebook fb/sqlschoolgr
YouTube yt/user/achatzipavlis
LinkedIn SQL School Greece group
Pinterest pi/SQLschool/
help@sqlschool.gr
Selecting and Sizing the Server
51th AUTOEXEC.GR EVENT
SQL Server places different demands on its underlying hardware depending on what
type of database workload is running against the instance of SQL Server
• OLTP workloads
• OLAP workloads
You also have to keep in mind that very few database workloads are pure OLTP- or
pure DW-type workloads, so you will often have to deal with mixed workload types.
You also might have to host multiple databases on a single SQL Server instance,
where each database has a different type of workload
Understanding your Workload
51th AUTOEXEC.GR EVENT
• Characterized by a high number
• of short-duration transactions
• and queries
that are usually executed on a single thread of execution.
• They can have a higher percentage of write activity
• The data in some tables can be extremely volatile.
• These characteristics have important implications for the
hardware selection and configuration process.
OLTP Workloads
51th AUTOEXEC.GR EVENT
• Characterized by longer running queries against more static data.
• These queries are often parallelized by the query optimizer, so having a higher
number of physical cores in your processors can be very beneficial.
• Having a large amount of physical RAM is very useful for DW
workloads
• Because you will be able to have more data in the SQL Server buffer cache, which
will reduce the read pressure on the I/O subsystem.
• Tends to have very little write activity
• DW-type queries read large amounts of data as they calculate aggregates
• So good sequential read I/O performance is very important.
• Which will also affect how you configure your I/O subsystem in terms of storage
type and RAID level
OLAP Workloads
51th AUTOEXEC.GR EVENT
• Server Processor Count Selection
• One common mistake is to assume that a “bigger” server in terms of
physical processor count is a faster server compared to a smaller server.
• Processor Vendor Selection
• Intel or AMD
• Processor Model Selection
• The performance of SQL Server is hugely dependent on the size of the L2
and L3 caches.
• Economizing on the L2 and L3 cache size is not usually an good choice.
Processor Selection
51th AUTOEXEC.GR EVENT
• The basic rule of thumb for SQL Server is that
• You can never have too much memory
• Total number of memory slots
• More slots is better
• SMP vs NUMA
Memory Selection
Selecting and Configuring Windows OS
51th AUTOEXEC.GR EVENT
• Windows Server 2012 R2
• Highly recommended especially for server than need to be
highly available.
• Avoid Windows Server 2008 R2 and older versions
Choosing Windows OS
51th AUTOEXEC.GR EVENT
• If you plan to use AlwaysOn AG it is important to apply the
following patches
• Windows Server 2008 R2 SP1 – KB2545685
• Windows Server 2012 – KB2784261
• Windows Server 2012 R2 – KB2920151
• Prerequisites, Restrictions, and Recommendations for AlwaysOn Availability
Groups
Apply patches and hotfixes on WinOS
51th AUTOEXEC.GR EVENT
• SQL Server does not need a giant page file
• If SQL Server is the major service on the box a 2GB page file
on system drive it’s enough
• Beware removing the page file (KB254649)
Configure the Windows page file
51th AUTOEXEC.GR EVENT
• Confirm that the Windows power plan is set to high
performance
• Confirm that the processors are running at full speed using
CPU-Z
Power Option
Setting Anti-Virus
51th AUTOEXEC.GR EVENT
• The servers is public on the Internet.
• The server have open ports to servers that are not behind a
firewall.
• The server read or execute files from other servers.
• The server run HTTP servers
• The server hosting file shares.
• The server use Database Mail to handle incoming or outgoing
email messages.
Use Anti-Virus when…
51th AUTOEXEC.GR EVENT
• Directories of SQL Server instance
• SQL Server data files
• SQL Server backup files
• Full-Text catalog files
• Trace files
• SQL audit files
• SQL query files
• SQL Server service
Setting Anti-Virus exclusions
Configuring Disks Storage subsystem
51th AUTOEXEC.GR EVENT
• Minimum RAID 1 for all drives
• Including OS system drive
• Even SSD or PCI-Express
• RAID 10 for best performance
• Use 128GB drive for OS system drive
• Test the I/O performance SQLIO/SQLIOSIM
Use RAID
51th AUTOEXEC.GR EVENT
• OS System drive should be formatted with the default (4K)
cluster size.
• All drives holding data & log files should be formatted with
64K cluster size
• Check your storage for partition alignment
• Follow this rule even if it’s a VM on shared storage
Disk Drive Format
51th AUTOEXEC.GR EVENT
• SQL Server application folders
• SQL Server database data files
• SQL Server database log file
• including TempDB
• TempDB data files
• Backups
Use separate drive for
Configuring Network
51th AUTOEXEC.GR EVENT
• The connectivity with SQL Server is important!
• You have Failover clustering or Availability Groups
• It’s a good practice even for standalone server
• Teaming NICs
Use Multiple Physical Network Cards when
Configuring Server for Security
and Performance
51th AUTOEXEC.GR EVENT
• Use dedicated domain user account with no special rights on
the domain.
• You do not need or want this account to be a local admin on
the machine where SQL Server will be installed.
• Use a separate, dedicated domain user account for the SQL
Server Agent service.
• If you are going to be installing and using other SQL Server
related services, you will want dedicated domain accounts for
each service.
SQL Server services accounts
51th AUTOEXEC.GR EVENT
• Enable Instant File Initialization
• Perform Volume Maintenance Tasks
• Grant Lock pages in memory
• Common on SQL Server 2005 / Windows 2003
• Less common with newer versions
(Still it is a good idea to enable LPIM on a new system)
• Add the permissions to the Service Account in AD - KB319723
• readServicePrincipalName
• writeServicePrincipalName
Policy Settings and Rights for the SQL Server service account
SQL Server Installation
51th AUTOEXEC.GR EVENT
• Install only the features you actually need
• This will reduce your attack surface
• It will speed future maintenance of the instance because there are fewer
components to patch
• Install Services Packs or CUs
• Enter a strong password for the sa account if you choose
Mixed Mode authentication
• Set the Data Directories according to plan
• Do not use C: drive
SQL Server Installation
Configuring SQL Server
51th AUTOEXEC.GR EVENT
• 1118
• This trace flag switches allocations in tempdb from single-page at a time for
the first 8 pages, to immediately allocate an extent (8 pages).
• 2371
• that you can use to control when the query optimizer generates autostats
on a table
Trace Flags to enable
51th AUTOEXEC.GR EVENT
• Enable compressed backups
• Setting Default backup media retention (days)
• Setting Database default location for
• Data files
• Log files
• Backups
Server Properties
51th AUTOEXEC.GR EVENT
• Max Worker Threads
• Priority Boost
• Lightweight Pooling
• Maximum number of concurrent connections
• Network Packet Size
Server Properties
51th AUTOEXEC.GR EVENT
• Set Max Server Memory
• Important when LPIM is enabled
• Use this formula to calculate SQL Server
Memory
• Reserve 1GB for OS
• Reserve 1GB for each 4GB after the first 4GB and until
16GB
• Reserve 1GB for each 8GB after the first 16GB
• Monitor the Memory:Available MB
performance counter
SQL Server Memory
Server Memory 64GB
1GB for OS
3GB for 4-16GB
6GB for 16-64GB
10GB in total
64-10 = 54 Max SQL
Server memory
51th AUTOEXEC.GR EVENT
• Change the default size for data and log files
• Change the file growth to fixed units
Tweak Model database
51th AUTOEXEC.GR EVENT
• Move TempDB to its own drive
• Grow the size of data file
• Add additional data files as the number of logical processors
up to 8 logical CPUs
• Each file must have the same size
• Pre-allocate the space.
• KB2154845
Configure TempDB
51th AUTOEXEC.GR EVENT
• Set this to the number of physical cores in a single NUMA
node socket on your hardware or less
• Always use an even value
• Use the value of 1 only of you have specific vendor
requirements
• SharePoint
• BizTalk
• SAP
• KB2806353
Configure MAXDOP
51th AUTOEXEC.GR EVENT
• General default value of 5 is low for most OLTP workloads
and should be increased.
• Base value of 20-25 used for most server installs.
Cost Threshold of Parallelism
51th AUTOEXEC.GR EVENT
• Control the amount of memory that is used by single-use, ad
hoc query plans in the plan cache.
• SQL Server store only a small stub of an ad hoc query plan in
the plan cache the first time that the ad hoc plan is executed
• Reduces the memory required for that plan in the plan cache.
• It’s not a panacea for single-use ad hoc query plans
• http://www.sqlschool.gr/blog/do-you-have-optimize-for-ad-
hoc-workloads-on-sql-server-2008-r2-instances-380.aspx
Optimize for Ad-hoc workloads
51th AUTOEXEC.GR EVENT
• Enable TCP/IP
• Firewall exceptions
• TCP port of instance
• UTP 1434 for SQL Browser
SQL Server Network Connectivity
51th AUTOEXEC.GR EVENT
• Configure Database Mail
• Create Operators
• Configure SQL Agent to use Database Mail
• Create Alerts for Severity 16 to 25
• Create Alerts for Errors 823, 824, 825
• Adding Ola Hallengren’s Maintenance Solution
• Install Adam Machanic sp_WhoIsActive
• Install and run Brent Ozar sp_Blitz
Configure Alerting and Monitoring
User Databases Creation
51th AUTOEXEC.GR EVENT
• Don’t use the default file size
• Don’t use presentence as file growth
• Pay attention on T-Log size and growth to produce equal
VLFs
• Use more than one filegroups
• In PRIMARY leave system object
• Put all user objects to another filegroup
• Use more than one data files
• Even this are in the same drive
Create Database
51th AUTOEXEC.GR EVENT
• Don’t set Auto Close
• Don’t set Auto Shrink
• Don’t unset Auto Create/Update Statistics
Database Properties
SELECT
KNOWLEDGE
FROM
SQL SERVER
http://www.sqlschool.gr
Copyright © 2015 SQL School Greece

Mais conteúdo relacionado

Mais procurados

Sql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalSql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalJoseph D'Antoni
 
SQL Server AlwaysOn for Dummies SQLSaturday #202 Edition
SQL Server AlwaysOn for Dummies SQLSaturday #202 EditionSQL Server AlwaysOn for Dummies SQLSaturday #202 Edition
SQL Server AlwaysOn for Dummies SQLSaturday #202 EditionMark Broadbent
 
Microsoft Azure, My First IaaS
Microsoft Azure, My First IaaSMicrosoft Azure, My First IaaS
Microsoft Azure, My First IaaSJohn Martin
 
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...Michael Noel
 
Alwayson AG enhancements
Alwayson AG enhancementsAlwayson AG enhancements
Alwayson AG enhancementsHarsh Chawla
 
Implementing sql server always on
Implementing sql server always onImplementing sql server always on
Implementing sql server always onSarabpreet Anand
 
Sql server 2012 - always on deep dive - bob duffy
Sql server 2012 - always on deep dive - bob duffySql server 2012 - always on deep dive - bob duffy
Sql server 2012 - always on deep dive - bob duffyAnuradha
 
End-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerEnd-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerKevin Kline
 
Sql 2012 always on
Sql 2012 always onSql 2012 always on
Sql 2012 always ondilip nayak
 
Microsoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMicrosoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMark Ginnebaugh
 
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbeganKoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbeganTobias Koprowski
 
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...SpanishPASSVC
 
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersSQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersTobias Koprowski
 
Sql server backup internals
Sql server backup internalsSql server backup internals
Sql server backup internalsHamid J. Fard
 
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...turgaysahtiyan
 
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerPLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerMarek Maśko
 
KoprowskiT_it_camp2013 - 2amADisasterJustBegan
KoprowskiT_it_camp2013 - 2amADisasterJustBeganKoprowskiT_it_camp2013 - 2amADisasterJustBegan
KoprowskiT_it_camp2013 - 2amADisasterJustBeganTobias Koprowski
 
Building diagnostic queries using DMVs and DMFs
Building diagnostic queries using DMVs and DMFs Building diagnostic queries using DMVs and DMFs
Building diagnostic queries using DMVs and DMFs Antonios Chatzipavlis
 
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...Michael Noel
 

Mais procurados (20)

Sql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_finalSql server 2012 ha dr 24_hop_final
Sql server 2012 ha dr 24_hop_final
 
SQL Server AlwaysOn for Dummies SQLSaturday #202 Edition
SQL Server AlwaysOn for Dummies SQLSaturday #202 EditionSQL Server AlwaysOn for Dummies SQLSaturday #202 Edition
SQL Server AlwaysOn for Dummies SQLSaturday #202 Edition
 
Microsoft Azure, My First IaaS
Microsoft Azure, My First IaaSMicrosoft Azure, My First IaaS
Microsoft Azure, My First IaaS
 
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
AUDWC 2016 - Using SQL Server 20146 AlwaysOn Availability Groups for SharePoi...
 
Alwayson AG enhancements
Alwayson AG enhancementsAlwayson AG enhancements
Alwayson AG enhancements
 
Implementing sql server always on
Implementing sql server always onImplementing sql server always on
Implementing sql server always on
 
Sql server 2012 - always on deep dive - bob duffy
Sql server 2012 - always on deep dive - bob duffySql server 2012 - always on deep dive - bob duffy
Sql server 2012 - always on deep dive - bob duffy
 
End-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL ServerEnd-to-end Troubleshooting Checklist for Microsoft SQL Server
End-to-end Troubleshooting Checklist for Microsoft SQL Server
 
SQL Server Clustering Part1
SQL Server Clustering Part1SQL Server Clustering Part1
SQL Server Clustering Part1
 
Sql 2012 always on
Sql 2012 always onSql 2012 always on
Sql 2012 always on
 
Microsoft SQL Server Query Tuning
Microsoft SQL Server Query TuningMicrosoft SQL Server Query Tuning
Microsoft SQL Server Query Tuning
 
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbeganKoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
KoprowskiT_SQLSat219_Kiev_2AM-aDisasterJustbegan
 
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
Configurando Aplicaciones para Réplicas de Lectura de SQL-Server AlwaysOn - C...
 
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginnersSQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
SQLSaturday#290_Kiev_WindowsAzureDatabaseForBeginners
 
Sql server backup internals
Sql server backup internalsSql server backup internals
Sql server backup internals
 
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...
High Availability & Disaster Recovery with SQL Server 2012 AlwaysOn Availabil...
 
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft EngineerPLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
PLSSUG - Troubleshoot SQL Server performance problems like a Microsoft Engineer
 
KoprowskiT_it_camp2013 - 2amADisasterJustBegan
KoprowskiT_it_camp2013 - 2amADisasterJustBeganKoprowskiT_it_camp2013 - 2amADisasterJustBegan
KoprowskiT_it_camp2013 - 2amADisasterJustBegan
 
Building diagnostic queries using DMVs and DMFs
Building diagnostic queries using DMVs and DMFs Building diagnostic queries using DMVs and DMFs
Building diagnostic queries using DMVs and DMFs
 
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
SQL 2012 AlwaysOn Availability Groups for SharePoint 2013 - SharePoint Connec...
 

Destaque

Department Row Level Security Customization For People Soft General Ledger.Ppt
Department Row Level Security Customization For People Soft General Ledger.PptDepartment Row Level Security Customization For People Soft General Ledger.Ppt
Department Row Level Security Customization For People Soft General Ledger.Pptwonga6
 
Project 2 Final presentation. December 2016
Project 2 Final presentation. December 2016Project 2 Final presentation. December 2016
Project 2 Final presentation. December 2016enterpriseresearchcentre
 
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesImplementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesAntonios Chatzipavlis
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016SPC Adriatics
 
Dynamic data masking sql server 2016
Dynamic data masking sql server 2016Dynamic data masking sql server 2016
Dynamic data masking sql server 2016Antonios Chatzipavlis
 
Live Query Statistics & Query Store in SQL Server 2016
Live Query Statistics & Query Store in SQL Server 2016Live Query Statistics & Query Store in SQL Server 2016
Live Query Statistics & Query Store in SQL Server 2016Antonios Chatzipavlis
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerAntonios Chatzipavlis
 
How to secure your data in Office 365
How to secure your data in Office 365 How to secure your data in Office 365
How to secure your data in Office 365 SPC Adriatics
 
Automating Big Data (Dec-2016)
Automating Big Data  (Dec-2016)Automating Big Data  (Dec-2016)
Automating Big Data (Dec-2016)Seth Familian
 
Introduction to Machine Learning on Azure
Introduction to Machine Learning on AzureIntroduction to Machine Learning on Azure
Introduction to Machine Learning on AzureAntonios Chatzipavlis
 
Working With Big Data - Nov 2016
Working With Big Data - Nov 2016Working With Big Data - Nov 2016
Working With Big Data - Nov 2016Seth Familian
 
Designing Teams for Emerging Challenges
Designing Teams for Emerging ChallengesDesigning Teams for Emerging Challenges
Designing Teams for Emerging ChallengesAaron Irizarry
 
Visual Design with Data
Visual Design with DataVisual Design with Data
Visual Design with DataSeth Familian
 

Destaque (18)

Stretch db sql server 2016 (sn0028)
Stretch db   sql server 2016 (sn0028)Stretch db   sql server 2016 (sn0028)
Stretch db sql server 2016 (sn0028)
 
Department Row Level Security Customization For People Soft General Ledger.Ppt
Department Row Level Security Customization For People Soft General Ledger.PptDepartment Row Level Security Customization For People Soft General Ledger.Ppt
Department Row Level Security Customization For People Soft General Ledger.Ppt
 
Auditing Data Access in SQL Server
Auditing Data Access in SQL ServerAuditing Data Access in SQL Server
Auditing Data Access in SQL Server
 
Project 2 Final presentation. December 2016
Project 2 Final presentation. December 2016Project 2 Final presentation. December 2016
Project 2 Final presentation. December 2016
 
Row level security
Row level securityRow level security
Row level security
 
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting ServicesImplementing Mobile Reports in SQL Sserver 2016 Reporting Services
Implementing Mobile Reports in SQL Sserver 2016 Reporting Services
 
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016What's New for the BI workload in SharePoint 2016 and SQL Server 2016
What's New for the BI workload in SharePoint 2016 and SQL Server 2016
 
Dynamic data masking sql server 2016
Dynamic data masking sql server 2016Dynamic data masking sql server 2016
Dynamic data masking sql server 2016
 
Live Query Statistics & Query Store in SQL Server 2016
Live Query Statistics & Query Store in SQL Server 2016Live Query Statistics & Query Store in SQL Server 2016
Live Query Statistics & Query Store in SQL Server 2016
 
Building Data Warehouse in SQL Server
Building Data Warehouse in SQL ServerBuilding Data Warehouse in SQL Server
Building Data Warehouse in SQL Server
 
Exploring sql server 2016
Exploring sql server 2016Exploring sql server 2016
Exploring sql server 2016
 
How to secure your data in Office 365
How to secure your data in Office 365 How to secure your data in Office 365
How to secure your data in Office 365
 
Automating Big Data (Dec-2016)
Automating Big Data  (Dec-2016)Automating Big Data  (Dec-2016)
Automating Big Data (Dec-2016)
 
DQS & MDS in SQL Server 2016
DQS & MDS in SQL Server 2016DQS & MDS in SQL Server 2016
DQS & MDS in SQL Server 2016
 
Introduction to Machine Learning on Azure
Introduction to Machine Learning on AzureIntroduction to Machine Learning on Azure
Introduction to Machine Learning on Azure
 
Working With Big Data - Nov 2016
Working With Big Data - Nov 2016Working With Big Data - Nov 2016
Working With Big Data - Nov 2016
 
Designing Teams for Emerging Challenges
Designing Teams for Emerging ChallengesDesigning Teams for Emerging Challenges
Designing Teams for Emerging Challenges
 
Visual Design with Data
Visual Design with DataVisual Design with Data
Visual Design with Data
 

Semelhante a Pre and post tips to installing sql server correctly

ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site Review
ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site ReviewECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site Review
ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site ReviewKenny Buntinx
 
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle Ashnikbiz
 
Configuring Sage 500 for Performance
Configuring Sage 500 for PerformanceConfiguring Sage 500 for Performance
Configuring Sage 500 for PerformanceRKLeSolutions
 
Common SQL Server Mistakes and How to Avoid Them with Tim Radney
Common SQL Server Mistakes and How to Avoid Them with Tim RadneyCommon SQL Server Mistakes and How to Avoid Them with Tim Radney
Common SQL Server Mistakes and How to Avoid Them with Tim RadneyEmbarcadero Technologies
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSPC Adriatics
 
Optimization SQL Server for Dynamics AX 2012 R3
Optimization SQL Server for Dynamics AX 2012 R3Optimization SQL Server for Dynamics AX 2012 R3
Optimization SQL Server for Dynamics AX 2012 R3Juan Fabian
 
Oracle database connection with the .net developers
Oracle database connection with the .net developersOracle database connection with the .net developers
Oracle database connection with the .net developersveerendramb3
 
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningWebinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningSeveralnines
 
Technical Introduction to PostgreSQL and PPAS
Technical Introduction to PostgreSQL and PPASTechnical Introduction to PostgreSQL and PPAS
Technical Introduction to PostgreSQL and PPASAshnikbiz
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5UniFabric
 
MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014Ryusuke Kajiyama
 
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...LarryZaman
 
Pascal benois performance_troubleshooting-spsbe18
Pascal benois performance_troubleshooting-spsbe18Pascal benois performance_troubleshooting-spsbe18
Pascal benois performance_troubleshooting-spsbe18BIWUG
 
SQL 2014 In-Memory OLTP
SQL 2014 In-Memory  OLTPSQL 2014 In-Memory  OLTP
SQL 2014 In-Memory OLTPAmber Keyse
 
Powering GIS Application with PostgreSQL and Postgres Plus
Powering GIS Application with PostgreSQL and Postgres Plus Powering GIS Application with PostgreSQL and Postgres Plus
Powering GIS Application with PostgreSQL and Postgres Plus Ashnikbiz
 
SQL Server 2014 Features
SQL Server 2014 FeaturesSQL Server 2014 Features
SQL Server 2014 FeaturesKarunakar Kotha
 
Databases love nutanix
Databases love nutanixDatabases love nutanix
Databases love nutanixNEXTtour
 
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...Maaz Anjum
 
Modernizing your database with SQL Server 2019
Modernizing your database with SQL Server 2019Modernizing your database with SQL Server 2019
Modernizing your database with SQL Server 2019Antonios Chatzipavlis
 

Semelhante a Pre and post tips to installing sql server correctly (20)

ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site Review
ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site ReviewECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site Review
ECMDay2015 - Kent Agerlund – Configuration Manager 2012 – A Site Review
 
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
Ashnik EnterpriseDB PostgreSQL - A real alternative to Oracle
 
Configuring Sage 500 for Performance
Configuring Sage 500 for PerformanceConfiguring Sage 500 for Performance
Configuring Sage 500 for Performance
 
Common SQL Server Mistakes and How to Avoid Them with Tim Radney
Common SQL Server Mistakes and How to Avoid Them with Tim RadneyCommon SQL Server Mistakes and How to Avoid Them with Tim Radney
Common SQL Server Mistakes and How to Avoid Them with Tim Radney
 
SharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi VončinaSharePoint 2013 Performance Analysis - Robi Vončina
SharePoint 2013 Performance Analysis - Robi Vončina
 
Optimization SQL Server for Dynamics AX 2012 R3
Optimization SQL Server for Dynamics AX 2012 R3Optimization SQL Server for Dynamics AX 2012 R3
Optimization SQL Server for Dynamics AX 2012 R3
 
Oracle database connection with the .net developers
Oracle database connection with the .net developersOracle database connection with the .net developers
Oracle database connection with the .net developers
 
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance TuningWebinar slides: Our Guide to MySQL & MariaDB Performance Tuning
Webinar slides: Our Guide to MySQL & MariaDB Performance Tuning
 
Technical Introduction to PostgreSQL and PPAS
Technical Introduction to PostgreSQL and PPASTechnical Introduction to PostgreSQL and PPAS
Technical Introduction to PostgreSQL and PPAS
 
NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5NGENSTOR_ODA_P2V_V5
NGENSTOR_ODA_P2V_V5
 
MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014MySQL Performance Tuning at COSCUP 2014
MySQL Performance Tuning at COSCUP 2014
 
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
VMworld Europe 2014: Advanced SQL Server on vSphere Techniques and Best Pract...
 
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
Business_Continuity_Planning_with_SQL_Server_HADR_options_TechEd_Bangalore_20...
 
Pascal benois performance_troubleshooting-spsbe18
Pascal benois performance_troubleshooting-spsbe18Pascal benois performance_troubleshooting-spsbe18
Pascal benois performance_troubleshooting-spsbe18
 
SQL 2014 In-Memory OLTP
SQL 2014 In-Memory  OLTPSQL 2014 In-Memory  OLTP
SQL 2014 In-Memory OLTP
 
Powering GIS Application with PostgreSQL and Postgres Plus
Powering GIS Application with PostgreSQL and Postgres Plus Powering GIS Application with PostgreSQL and Postgres Plus
Powering GIS Application with PostgreSQL and Postgres Plus
 
SQL Server 2014 Features
SQL Server 2014 FeaturesSQL Server 2014 Features
SQL Server 2014 Features
 
Databases love nutanix
Databases love nutanixDatabases love nutanix
Databases love nutanix
 
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...
Maaz Anjum - IOUG Collaborate 2013 - An Insight into Space Realization on ODA...
 
Modernizing your database with SQL Server 2019
Modernizing your database with SQL Server 2019Modernizing your database with SQL Server 2019
Modernizing your database with SQL Server 2019
 

Mais de Antonios Chatzipavlis

Workload Management in SQL Server 2019
Workload Management in SQL Server 2019Workload Management in SQL Server 2019
Workload Management in SQL Server 2019Antonios Chatzipavlis
 
Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)Antonios Chatzipavlis
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure Antonios Chatzipavlis
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure Antonios Chatzipavlis
 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Antonios Chatzipavlis
 
Introduction to sql database on azure
Introduction to sql database on azureIntroduction to sql database on azure
Introduction to sql database on azureAntonios Chatzipavlis
 

Mais de Antonios Chatzipavlis (20)

Data virtualization using polybase
Data virtualization using polybaseData virtualization using polybase
Data virtualization using polybase
 
SQL server Backup Restore Revealed
SQL server Backup Restore RevealedSQL server Backup Restore Revealed
SQL server Backup Restore Revealed
 
Migrate SQL Workloads to Azure
Migrate SQL Workloads to AzureMigrate SQL Workloads to Azure
Migrate SQL Workloads to Azure
 
Machine Learning in SQL Server 2019
Machine Learning in SQL Server 2019Machine Learning in SQL Server 2019
Machine Learning in SQL Server 2019
 
Workload Management in SQL Server 2019
Workload Management in SQL Server 2019Workload Management in SQL Server 2019
Workload Management in SQL Server 2019
 
Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)Loading Data into Azure SQL DW (Synapse Analytics)
Loading Data into Azure SQL DW (Synapse Analytics)
 
Introduction to DAX Language
Introduction to DAX LanguageIntroduction to DAX Language
Introduction to DAX Language
 
Exploring T-SQL Anti-Patterns
Exploring T-SQL Anti-Patterns Exploring T-SQL Anti-Patterns
Exploring T-SQL Anti-Patterns
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
Designing a modern data warehouse in azure
Designing a modern data warehouse in azure   Designing a modern data warehouse in azure
Designing a modern data warehouse in azure
 
SQLServer Database Structures
SQLServer Database Structures SQLServer Database Structures
SQLServer Database Structures
 
Sqlschool 2017 recap - 2018 plans
Sqlschool 2017 recap - 2018 plansSqlschool 2017 recap - 2018 plans
Sqlschool 2017 recap - 2018 plans
 
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018 Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
Azure SQL Database for the SQL Server DBA - Azure Bootcamp Athens 2018
 
Microsoft SQL Family and GDPR
Microsoft SQL Family and GDPRMicrosoft SQL Family and GDPR
Microsoft SQL Family and GDPR
 
Statistics and Indexes Internals
Statistics and Indexes InternalsStatistics and Indexes Internals
Statistics and Indexes Internals
 
Introduction to Azure Data Lake
Introduction to Azure Data LakeIntroduction to Azure Data Lake
Introduction to Azure Data Lake
 
Azure SQL Data Warehouse
Azure SQL Data Warehouse Azure SQL Data Warehouse
Azure SQL Data Warehouse
 
Introduction to azure document db
Introduction to azure document dbIntroduction to azure document db
Introduction to azure document db
 
Introduction to sql database on azure
Introduction to sql database on azureIntroduction to sql database on azure
Introduction to sql database on azure
 
Exploring sql server 2016 bi
Exploring sql server 2016 biExploring sql server 2016 bi
Exploring sql server 2016 bi
 

Último

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Drew Madelung
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking MenDelhi Call girls
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...Martijn de Jong
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...apidays
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Servicegiselly40
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024The Digital Insurer
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxKatpro Technologies
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slidespraypatel2
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...Neo4j
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Miguel Araújo
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Paola De la Torre
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxMalak Abu Hammad
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking MenDelhi Call girls
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationMichael W. Hawkins
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEarley Information Science
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slidevu2urc
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024The Digital Insurer
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationSafe Software
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdfhans926745
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure servicePooja Nehwal
 

Último (20)

Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
Strategies for Unlocking Knowledge Management in Microsoft 365 in the Copilot...
 
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men08448380779 Call Girls In Greater Kailash - I Women Seeking Men
08448380779 Call Girls In Greater Kailash - I Women Seeking Men
 
2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...2024: Domino Containers - The Next Step. News from the Domino Container commu...
2024: Domino Containers - The Next Step. News from the Domino Container commu...
 
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
Apidays Singapore 2024 - Building Digital Trust in a Digital Economy by Veron...
 
CNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of ServiceCNv6 Instructor Chapter 6 Quality of Service
CNv6 Instructor Chapter 6 Quality of Service
 
Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024Finology Group – Insurtech Innovation Award 2024
Finology Group – Insurtech Innovation Award 2024
 
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptxFactors to Consider When Choosing Accounts Payable Services Providers.pptx
Factors to Consider When Choosing Accounts Payable Services Providers.pptx
 
Slack Application Development 101 Slides
Slack Application Development 101 SlidesSlack Application Development 101 Slides
Slack Application Development 101 Slides
 
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...Workshop - Best of Both Worlds_ Combine  KG and Vector search for  enhanced R...
Workshop - Best of Both Worlds_ Combine KG and Vector search for enhanced R...
 
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
Mastering MySQL Database Architecture: Deep Dive into MySQL Shell and MySQL R...
 
Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101Salesforce Community Group Quito, Salesforce 101
Salesforce Community Group Quito, Salesforce 101
 
The Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptxThe Codex of Business Writing Software for Real-World Solutions 2.pptx
The Codex of Business Writing Software for Real-World Solutions 2.pptx
 
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
08448380779 Call Girls In Diplomatic Enclave Women Seeking Men
 
GenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day PresentationGenCyber Cyber Security Day Presentation
GenCyber Cyber Security Day Presentation
 
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptxEIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
EIS-Webinar-Prompt-Knowledge-Eng-2024-04-08.pptx
 
Histor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slideHistor y of HAM Radio presentation slide
Histor y of HAM Radio presentation slide
 
Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024Partners Life - Insurer Innovation Award 2024
Partners Life - Insurer Innovation Award 2024
 
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time AutomationFrom Event to Action: Accelerate Your Decision Making with Real-Time Automation
From Event to Action: Accelerate Your Decision Making with Real-Time Automation
 
[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf[2024]Digital Global Overview Report 2024 Meltwater.pdf
[2024]Digital Global Overview Report 2024 Meltwater.pdf
 
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure serviceWhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
WhatsApp 9892124323 ✓Call Girls In Kalyan ( Mumbai ) secure service
 

Pre and post tips to installing sql server correctly

  • 1. th EVENT Pre and Post tips to Installing SQL Server correctly SQL Server 2008, 2008R2, 2012,2014Antonios Chatzipavlis Database Architect • SQL Server Evangelist • Trainer MCT, MCSE, MCITP, MCPD,MCSD,MCDBA,MCSA,MCTS, MCAD,MCP, OCA,ITIL-F Jan 22, 2015 51
  • 2. I have been started with computers. I started my professional carrier in computers industry. I have been started to work with SQL Server version 6.0 I earned my first certification at Microsoft as Microsoft Certified Solution Developer (3rd in Greece) and started my carrier as Microsoft Certified Trainer (MCT) with more than 20.000 hours of training until now! I became for first time Microsoft MVP on SQL Server I created the SQL School Greece (www.sqlschool.gr) I became MCT Regional Lead by Microsoft Learning Program. I was certified as MCSE : Data Platform, MCSE: Business Intelligence Antonios Chatzipavlis Database Architect • SQL Server Evangelist • Trainer • Speaker MCT, MCSE, MCITP, MCPD, MCSD, MCDBA, MCSA, MCTS, MCAD, MCP, OCA, ITIL-F  1982  1988  1996  1998  2010  2012  2013
  • 3. Follow us in social media Twitter @antoniosch / @sqlschool Facebook fb/sqlschoolgr YouTube yt/user/achatzipavlis LinkedIn SQL School Greece group Pinterest pi/SQLschool/
  • 5. Selecting and Sizing the Server
  • 6. 51th AUTOEXEC.GR EVENT SQL Server places different demands on its underlying hardware depending on what type of database workload is running against the instance of SQL Server • OLTP workloads • OLAP workloads You also have to keep in mind that very few database workloads are pure OLTP- or pure DW-type workloads, so you will often have to deal with mixed workload types. You also might have to host multiple databases on a single SQL Server instance, where each database has a different type of workload Understanding your Workload
  • 7. 51th AUTOEXEC.GR EVENT • Characterized by a high number • of short-duration transactions • and queries that are usually executed on a single thread of execution. • They can have a higher percentage of write activity • The data in some tables can be extremely volatile. • These characteristics have important implications for the hardware selection and configuration process. OLTP Workloads
  • 8. 51th AUTOEXEC.GR EVENT • Characterized by longer running queries against more static data. • These queries are often parallelized by the query optimizer, so having a higher number of physical cores in your processors can be very beneficial. • Having a large amount of physical RAM is very useful for DW workloads • Because you will be able to have more data in the SQL Server buffer cache, which will reduce the read pressure on the I/O subsystem. • Tends to have very little write activity • DW-type queries read large amounts of data as they calculate aggregates • So good sequential read I/O performance is very important. • Which will also affect how you configure your I/O subsystem in terms of storage type and RAID level OLAP Workloads
  • 9. 51th AUTOEXEC.GR EVENT • Server Processor Count Selection • One common mistake is to assume that a “bigger” server in terms of physical processor count is a faster server compared to a smaller server. • Processor Vendor Selection • Intel or AMD • Processor Model Selection • The performance of SQL Server is hugely dependent on the size of the L2 and L3 caches. • Economizing on the L2 and L3 cache size is not usually an good choice. Processor Selection
  • 10. 51th AUTOEXEC.GR EVENT • The basic rule of thumb for SQL Server is that • You can never have too much memory • Total number of memory slots • More slots is better • SMP vs NUMA Memory Selection
  • 12. 51th AUTOEXEC.GR EVENT • Windows Server 2012 R2 • Highly recommended especially for server than need to be highly available. • Avoid Windows Server 2008 R2 and older versions Choosing Windows OS
  • 13. 51th AUTOEXEC.GR EVENT • If you plan to use AlwaysOn AG it is important to apply the following patches • Windows Server 2008 R2 SP1 – KB2545685 • Windows Server 2012 – KB2784261 • Windows Server 2012 R2 – KB2920151 • Prerequisites, Restrictions, and Recommendations for AlwaysOn Availability Groups Apply patches and hotfixes on WinOS
  • 14. 51th AUTOEXEC.GR EVENT • SQL Server does not need a giant page file • If SQL Server is the major service on the box a 2GB page file on system drive it’s enough • Beware removing the page file (KB254649) Configure the Windows page file
  • 15. 51th AUTOEXEC.GR EVENT • Confirm that the Windows power plan is set to high performance • Confirm that the processors are running at full speed using CPU-Z Power Option
  • 17. 51th AUTOEXEC.GR EVENT • The servers is public on the Internet. • The server have open ports to servers that are not behind a firewall. • The server read or execute files from other servers. • The server run HTTP servers • The server hosting file shares. • The server use Database Mail to handle incoming or outgoing email messages. Use Anti-Virus when…
  • 18. 51th AUTOEXEC.GR EVENT • Directories of SQL Server instance • SQL Server data files • SQL Server backup files • Full-Text catalog files • Trace files • SQL audit files • SQL query files • SQL Server service Setting Anti-Virus exclusions
  • 20. 51th AUTOEXEC.GR EVENT • Minimum RAID 1 for all drives • Including OS system drive • Even SSD or PCI-Express • RAID 10 for best performance • Use 128GB drive for OS system drive • Test the I/O performance SQLIO/SQLIOSIM Use RAID
  • 21. 51th AUTOEXEC.GR EVENT • OS System drive should be formatted with the default (4K) cluster size. • All drives holding data & log files should be formatted with 64K cluster size • Check your storage for partition alignment • Follow this rule even if it’s a VM on shared storage Disk Drive Format
  • 22. 51th AUTOEXEC.GR EVENT • SQL Server application folders • SQL Server database data files • SQL Server database log file • including TempDB • TempDB data files • Backups Use separate drive for
  • 24. 51th AUTOEXEC.GR EVENT • The connectivity with SQL Server is important! • You have Failover clustering or Availability Groups • It’s a good practice even for standalone server • Teaming NICs Use Multiple Physical Network Cards when
  • 25. Configuring Server for Security and Performance
  • 26. 51th AUTOEXEC.GR EVENT • Use dedicated domain user account with no special rights on the domain. • You do not need or want this account to be a local admin on the machine where SQL Server will be installed. • Use a separate, dedicated domain user account for the SQL Server Agent service. • If you are going to be installing and using other SQL Server related services, you will want dedicated domain accounts for each service. SQL Server services accounts
  • 27. 51th AUTOEXEC.GR EVENT • Enable Instant File Initialization • Perform Volume Maintenance Tasks • Grant Lock pages in memory • Common on SQL Server 2005 / Windows 2003 • Less common with newer versions (Still it is a good idea to enable LPIM on a new system) • Add the permissions to the Service Account in AD - KB319723 • readServicePrincipalName • writeServicePrincipalName Policy Settings and Rights for the SQL Server service account
  • 29. 51th AUTOEXEC.GR EVENT • Install only the features you actually need • This will reduce your attack surface • It will speed future maintenance of the instance because there are fewer components to patch • Install Services Packs or CUs • Enter a strong password for the sa account if you choose Mixed Mode authentication • Set the Data Directories according to plan • Do not use C: drive SQL Server Installation
  • 31. 51th AUTOEXEC.GR EVENT • 1118 • This trace flag switches allocations in tempdb from single-page at a time for the first 8 pages, to immediately allocate an extent (8 pages). • 2371 • that you can use to control when the query optimizer generates autostats on a table Trace Flags to enable
  • 32. 51th AUTOEXEC.GR EVENT • Enable compressed backups • Setting Default backup media retention (days) • Setting Database default location for • Data files • Log files • Backups Server Properties
  • 33. 51th AUTOEXEC.GR EVENT • Max Worker Threads • Priority Boost • Lightweight Pooling • Maximum number of concurrent connections • Network Packet Size Server Properties
  • 34. 51th AUTOEXEC.GR EVENT • Set Max Server Memory • Important when LPIM is enabled • Use this formula to calculate SQL Server Memory • Reserve 1GB for OS • Reserve 1GB for each 4GB after the first 4GB and until 16GB • Reserve 1GB for each 8GB after the first 16GB • Monitor the Memory:Available MB performance counter SQL Server Memory Server Memory 64GB 1GB for OS 3GB for 4-16GB 6GB for 16-64GB 10GB in total 64-10 = 54 Max SQL Server memory
  • 35. 51th AUTOEXEC.GR EVENT • Change the default size for data and log files • Change the file growth to fixed units Tweak Model database
  • 36. 51th AUTOEXEC.GR EVENT • Move TempDB to its own drive • Grow the size of data file • Add additional data files as the number of logical processors up to 8 logical CPUs • Each file must have the same size • Pre-allocate the space. • KB2154845 Configure TempDB
  • 37. 51th AUTOEXEC.GR EVENT • Set this to the number of physical cores in a single NUMA node socket on your hardware or less • Always use an even value • Use the value of 1 only of you have specific vendor requirements • SharePoint • BizTalk • SAP • KB2806353 Configure MAXDOP
  • 38. 51th AUTOEXEC.GR EVENT • General default value of 5 is low for most OLTP workloads and should be increased. • Base value of 20-25 used for most server installs. Cost Threshold of Parallelism
  • 39. 51th AUTOEXEC.GR EVENT • Control the amount of memory that is used by single-use, ad hoc query plans in the plan cache. • SQL Server store only a small stub of an ad hoc query plan in the plan cache the first time that the ad hoc plan is executed • Reduces the memory required for that plan in the plan cache. • It’s not a panacea for single-use ad hoc query plans • http://www.sqlschool.gr/blog/do-you-have-optimize-for-ad- hoc-workloads-on-sql-server-2008-r2-instances-380.aspx Optimize for Ad-hoc workloads
  • 40. 51th AUTOEXEC.GR EVENT • Enable TCP/IP • Firewall exceptions • TCP port of instance • UTP 1434 for SQL Browser SQL Server Network Connectivity
  • 41. 51th AUTOEXEC.GR EVENT • Configure Database Mail • Create Operators • Configure SQL Agent to use Database Mail • Create Alerts for Severity 16 to 25 • Create Alerts for Errors 823, 824, 825 • Adding Ola Hallengren’s Maintenance Solution • Install Adam Machanic sp_WhoIsActive • Install and run Brent Ozar sp_Blitz Configure Alerting and Monitoring
  • 43. 51th AUTOEXEC.GR EVENT • Don’t use the default file size • Don’t use presentence as file growth • Pay attention on T-Log size and growth to produce equal VLFs • Use more than one filegroups • In PRIMARY leave system object • Put all user objects to another filegroup • Use more than one data files • Even this are in the same drive Create Database
  • 44. 51th AUTOEXEC.GR EVENT • Don’t set Auto Close • Don’t set Auto Shrink • Don’t unset Auto Create/Update Statistics Database Properties
  • 45.