SlideShare a Scribd company logo
PLANNING AN INSTALLATION OF
SQL SERVER 2012
INSTALLATION & CONFIGURATION TOPICS


Installation of SQL Server Instances.


Planning Installation.







Installation








Install an Instance
Command Line Install
Configuration File Install

Installation of Features.






Hardware Requirements
Software Requirements
Planning For Storage & Growth
Benchmarking SQL Server

Reporting Services Native
Analysis Services
Reporting Services Native or SharePoint

Configure SQL Server Instances.
Manage & Configure Databases.
PLANNING AN SQL SERVER INSTANCE

OS
Requirements

Software

Processor

Requirements

Hard Disk

Memory
CRITERIA OF RESOURCES


Criteria's are based on
The Edition of SQL Server
 The bit depth of SQL Server


X64
 X86


Enterprise

Developer

BI

Editions
Express/Express
+ tools

Standard

Web
MAIN POINTS
X64 Versions of SQL 2012 supports only x64 OS
only
 X86 Versions of SQL 2012 supports both x64/x86
OS’s
 OS Service Pack level is also important
 Major OS Supports










Windows Server 2012
Windows Server 2008 R2 SP1
Windows Server 2008 SP2
Windows Vista SP2
Windows 7 SP1

Windows Server 2003 is not Supported
DEVELOPER/ EXPRESS / EXPRESS WITH
ADVANCED SERVICES / EXPRESS WITH
ADVANCED TOOLS
Server 2008R2
Enterprise/ DC/
Standard/
Foundation/
Web

Windows Vista
SP2 Ultimate/
Enterprise/
Business/Home
Premium/Home
Basic

Developer/
Express/
Express With
Advanced tools
/Express with
advanced
Services

Windows 7 SP1
Ultimate
/Professional/
Home Premium/
Basic

Server 2008 DC/
Enterprise/ Std/
Web
SQL S. STANDARD
Windows Server
2008 R2 SP1
Datacenter,
Enterprise,
Standard,
Foundation, Web

Windows Vista SP2
Ultimate /
Enterprise
/Business

SQL
Server
Standard

Windows 7 SP1
Ultimate,
Enterprise,
Professional

Windows Server
2008
SP2DC/Enterprise/
Standard/ Web
SQL S. ENTERPRISE/ BI / WEB
Windows Server
2008R2
Enterprise, DC,
Standard, Web

SQL S.
Enterprise/BI/Web

Windows Server
2008 SP2
Enterprise/ DC/
Standard/ Web
PROCESSOR & RAM REQUIREMENTS (X64) –
ENTERPRISE/BI/WEB/STANDARD/DEVELOPER


Processor Types


Intel
Intel Xeon with EM64T Support
 Intel P4 with EM64T




AMD
AMD Opteron
 AMD Athlon 64T




Speed
Min 1.4 GHz
 Recommended 2GHz




RAM
Min 1Gb
 Recommended 4Gb or more

PROCESSOR & RAM REQUIREMENTS (X64) –
EXPRESS/EXPRESS WITH TOOLS/EXPRESS WITH
ADVANCED SERVICES
Same Processor Requirements
 RAM


Min 512Mb
 1Gb Recommended

PROCESSOR & RAM REQUIREMENTS (X86) –
ENTERPRISE/BI/WEB/STANDARD/DEVELOPER
P3 Compatible or Newer version
 Processor


Min – 1GHz
 Recommended 2GHz




RAM
Min 1Gb
 Recommended – 4Gb or more

PROCESSOR & RAM REQUIREMENTS (X86) –
EXPRESS/EXPRESS WITH TOOLS/ EXPRESS WITH
ADVANCED SERVICES

Same as above
 RAM


Min 512Mb
 Recommended 1Gb

HARD DISK REQUIREMENTS
Database Engine/Full
Text Search/Replication

•811Mb

Analysis Services

•345Mb

Client Components

•1823Mb

Integration Services

•591Mb

Master Data Services

•243Mb

Reporting Services &
Report Manager

•304Mb
SOFTWARE REQUIREMENTS &
VIRTUALIZATION
.Net Framework 3.5 SP1
 .Net Framework 4.0
 IE 7 or above
 Windows Power Shell 2.0
 Virtualization




Hyper-v on Windows Server 2008R2 SP1 or Windows
Server 2008 SP2
CAPACITY CONSTRAINTS IN SQL SERVER
2012
Database Size < 524272 Terabytes
 Maximum Data File Size < 16 Terabytes
 Maximum Number of Instances 32767
 Maximum 16 Columns per Primary Key
 Maximum 253 Foreign Key References Per table
 Maximum 32767 Connections Per instance
 50 instances of Database Engine on a host
 25 Instances of Database Engine on host if peer
to peer replication is used.

SELECTION OF FEATURES


Instance Features
Can operate Side by side
 Act as separate instances of SQL Server




Shared Features
Shared among Instances
 Need to install only once

INSTANCE FEATURES
Data Quality Services

Full Text Search/Semantic
Extractions for Search

Replication

Database Engine Services

Analysis Services

Reporting
Services Native
SHARED FEATURES
Reporting
Services –Share
Point
Integration
Services

Distributed
Replay
Controller

SSMS Basic/
Comprehensive

Data Quality
Client

SQL Server
Data tools/
Master Data
Services

Client tools
Connectivity/SQL
client
connectivity
SCALE UP VS. SCALE OUT

Scale Out

Increase
capacity by
using
multiple
instances of
SQL
SERVER

Peer to
Peer
replication/
Always on
Availability
groups

Scalability – How well application
users increased resources to increase
capacity.
DATABASE GROWTH
Database size can be fixed / auto grow
 Fixed databases minimize file fragmentation
 Auautogrowth leads to file fragmentation.
 Sp_spaceused to query space allocation in DB
 Can Decrease the size by auto shrink property
 Autoshrink leads to index fragmentation
 Also can use dbccshrinkfile/dbccshrinkdatabase
 Both require membership sysadmin fixed server
role or db_owner
 Cant make a DB smaller than the initially
specified size.

DESIGN OF STORAGE

Primary

Secondary

Contain startup information &
pointers

Optional

Store Objects & Data

Tx Log

Store Data

Tx information

Change Vectors
Every Database has a file

..ndf extension

.mdf ext

Spead across disk to improve
performance

.ldf ext

Always in primary file group

Can be in a primary or
Secondary file group
MSA VS. VIRTUAL ACCOUNTS
Managed
Service Account
(MSA)

Virtual Account
/ Managed
Local Account

Domain managed
Account

Local Accounts

Pw managed by
domain controller

Can access domain in
network environment

Use a $ prefix
(Contos/Ms$)

Pw not required

Service Principal
registered under
Active Directory

NT
Service/Servicename
WINDOWS & SERVICE LEVEL SECURITY
Windows Vista/
Windows
Server 2008
Network Service
•DE
•Agent
•Analysis
•SSIS
•RPT Service
•DRC
•DR Client

Local Service

• SQL Browser
• FD Launcher

Local system
•SQL S VSS Writer
WINDOWS & SERVICE LEVEL SECURITY
Windows 7 /
Windows
Server 2008 R2
Managed
Service Account

Virtual Account
/ Managed
Local Account
MSA VS. VIRTUAL ACCOUNTS (WINDOWS
7 & WINDOWS SERVER 20088 R2)
MSA / Local
Service
Account
Database
Engine

SSIS

Integration
Service

FD Launcher

DRC / Dis
Replay Client

SQL Server
Agent

Local System

SQL S.
Browser

Local Service

SQL S. VSS
Writer
INSTALL SQL SERVER ON A DOMAIN
CONTROLLER
Not Recommended by Microsoft
 SQL S. in a domain controller can’t run under a
local service account
 Member Server with SQL S. Can’t be promoted to
a domain controller
 Can’t demote a SQL S. with domain controller as
a member server
 In a RODC sql server cant create necessary
accounts and groups then installation fails.

CORE MODE INSTALLATION
SQL S. can be installed on Windows Server
2008r2 sp1 Core version
 Osedtions Datacenter , Enterprise, Web &
Standard are supported

CORE MODE INSTALLATION
REQUIREMENTS
.net
Franework 2.0
sp1

.NET
Framework
3.5 sp1

Powershell 2.0

Requirements

Windows
installer 4.5

.net
Framework
4.0
CORE MODE INSTALLATION FEATURES
SUPPORTED

DE

Integration
Service

Replication

Core
Mode
Support
Client tools
connectivity

Full Text
Search

Analysis
Services
BENCHMARKING SQL SERVER




Prior to Installing SQL Server DBA must perform an
Benchmarking process
Validate the Server Resources against the
Requirements of the Installation
SQLIO is tool dtermine the capacity of the IO
Subsystem


Measures










Measure I/O per/sec
Throughput Mb/sec
Latency

By reading & writing files of different sizes
Saturation point can be identified by increaseing the load

SQLIOSIM – is included in SQL 2012 instance
SQLIOSIM perform similar task it replaces
SQLIOStress utility in earlier versions of SQL Server
1. planning an sql server install

More Related Content

PPTX
Microsoft SQL Server internals & architecture
PPTX
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
PPTX
Best Practice SharePoint Architecture
PDF
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
PDF
Practical SharePoint 2013 Development Environment
PPTX
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
PPTX
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
PPTX
SQL server 2016 New Features
Microsoft SQL Server internals & architecture
Ultimate SharePoint 2013 Infrastructure Best Practices Session - SPKSLO 2012
Best Practice SharePoint Architecture
SharePoint 2010 best practices for infrastructure deployments SharePoint Sat...
Practical SharePoint 2013 Development Environment
Part II: SharePoint 2013 Administration by Todd Klindt and Shane Young - SPTe...
SharePoint Saturday St. Louis 2014: What SharePoint Admins need to know about...
SQL server 2016 New Features

What's hot (20)

PPTX
Virtualizing Sharepoint for Performance and Availability
PPTX
Workflow Manager Tips & Tricks
PPTX
Microsoft Azure, My First IaaS
PPTX
SPS Kansas City: What SharePoint Admin need to know about SQL
PDF
Sql server 2019 new features
PPTX
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
PPTX
Sql server 2019 New Features by Yevhen Nedaskivskyi
PPTX
SQL Server Reporting Services: IT Best Practices
PDF
Getting SharePoint 2010 Deployment Right final
PPTX
SQL Server 2016 AlwaysOn Availability Groups New Features
PPTX
Introduction to Microsoft's Big Data Platform and Hadoop Primer
PPTX
Overview SQL Server 2019
PPT
SharePoint Topology
PPTX
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
PDF
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
PDF
Tuning Your SharePoint Environment
PPTX
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
PPTX
SharePoint On-Premises Nirvana
PDF
Introducing Microsoft SQL Server 2012
PPTX
Sage 300 ERP: Technical Tour of Diagnostic Tools
Virtualizing Sharepoint for Performance and Availability
Workflow Manager Tips & Tricks
Microsoft Azure, My First IaaS
SPS Kansas City: What SharePoint Admin need to know about SQL
Sql server 2019 new features
Infrastructure Best Practices for SharePoint On-Premises presented by Michael...
Sql server 2019 New Features by Yevhen Nedaskivskyi
SQL Server Reporting Services: IT Best Practices
Getting SharePoint 2010 Deployment Right final
SQL Server 2016 AlwaysOn Availability Groups New Features
Introduction to Microsoft's Big Data Platform and Hadoop Primer
Overview SQL Server 2019
SharePoint Topology
What SQL DBAs need to know about SharePoint-Kansas City, Sept 2013
Dogfood Conference 2010 - What Every SharePoint 2010 Administrator Must Know
Tuning Your SharePoint Environment
AUSPC 2013 - Understanding the Five Layers of SharePoint Security
SharePoint On-Premises Nirvana
Introducing Microsoft SQL Server 2012
Sage 300 ERP: Technical Tour of Diagnostic Tools
Ad

Similar to 1. planning an sql server install (20)

PPTX
SQL server part 1
PDF
Pre and post tips to installing sql server correctly
DOCX
Caracteristicas sql
PDF
Sql2008 (1)
PDF
Andrewfraserdba.com training sql_training
PDF
Sql training
PDF
Lesson 1 configuring
PPTX
Ms sql server
PPTX
DSIT_MSSQL_Server_Day_2_Notes v pptx
PPTX
SQL Server Editions and Features
PDF
Configuring sql server - SQL Saturday, Athens Oct 2014
PDF
ITS Forefront Management Server Infrastructure Build
PPTX
6232 b 01
PDF
Running SQL 2005? It’s time to migrate to SQL 2014!
PDF
Financial, Retail And Shopping Domains
PPSX
Installing ms sql server 2012 express edition
PPT
DOCX
Sql server 2008 r2 perf and scale datasheet
PPTX
Group 4 Final
PPTX
Brk3288 sql server v.next with support on linux, windows and containers was...
SQL server part 1
Pre and post tips to installing sql server correctly
Caracteristicas sql
Sql2008 (1)
Andrewfraserdba.com training sql_training
Sql training
Lesson 1 configuring
Ms sql server
DSIT_MSSQL_Server_Day_2_Notes v pptx
SQL Server Editions and Features
Configuring sql server - SQL Saturday, Athens Oct 2014
ITS Forefront Management Server Infrastructure Build
6232 b 01
Running SQL 2005? It’s time to migrate to SQL 2014!
Financial, Retail And Shopping Domains
Installing ms sql server 2012 express edition
Sql server 2008 r2 perf and scale datasheet
Group 4 Final
Brk3288 sql server v.next with support on linux, windows and containers was...
Ad

Recently uploaded (20)

PPTX
Cell Types and Its function , kingdom of life
PDF
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
PDF
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
PDF
What if we spent less time fighting change, and more time building what’s rig...
PPTX
History, Philosophy and sociology of education (1).pptx
PPTX
master seminar digital applications in india
PDF
Complications of Minimal Access Surgery at WLH
PDF
2.FourierTransform-ShortQuestionswithAnswers.pdf
PDF
Trump Administration's workforce development strategy
PDF
LDMMIA Reiki Yoga Finals Review Spring Summer
PDF
Microbial disease of the cardiovascular and lymphatic systems
PDF
Paper A Mock Exam 9_ Attempt review.pdf.
PDF
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
PPTX
Final Presentation General Medicine 03-08-2024.pptx
PPTX
UNIT III MENTAL HEALTH NURSING ASSESSMENT
PDF
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
PPTX
202450812 BayCHI UCSC-SV 20250812 v17.pptx
PPTX
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
PPTX
Lesson notes of climatology university.
PDF
Practical Manual AGRO-233 Principles and Practices of Natural Farming
Cell Types and Its function , kingdom of life
LNK 2025 (2).pdf MWEHEHEHEHEHEHEHEHEHEHE
Black Hat USA 2025 - Micro ICS Summit - ICS/OT Threat Landscape
What if we spent less time fighting change, and more time building what’s rig...
History, Philosophy and sociology of education (1).pptx
master seminar digital applications in india
Complications of Minimal Access Surgery at WLH
2.FourierTransform-ShortQuestionswithAnswers.pdf
Trump Administration's workforce development strategy
LDMMIA Reiki Yoga Finals Review Spring Summer
Microbial disease of the cardiovascular and lymphatic systems
Paper A Mock Exam 9_ Attempt review.pdf.
ChatGPT for Dummies - Pam Baker Ccesa007.pdf
Final Presentation General Medicine 03-08-2024.pptx
UNIT III MENTAL HEALTH NURSING ASSESSMENT
RTP_AR_KS1_Tutor's Guide_English [FOR REPRODUCTION].pdf
202450812 BayCHI UCSC-SV 20250812 v17.pptx
school management -TNTEU- B.Ed., Semester II Unit 1.pptx
Lesson notes of climatology university.
Practical Manual AGRO-233 Principles and Practices of Natural Farming

1. planning an sql server install

  • 1. PLANNING AN INSTALLATION OF SQL SERVER 2012
  • 2. INSTALLATION & CONFIGURATION TOPICS  Installation of SQL Server Instances.  Planning Installation.      Installation      Install an Instance Command Line Install Configuration File Install Installation of Features.     Hardware Requirements Software Requirements Planning For Storage & Growth Benchmarking SQL Server Reporting Services Native Analysis Services Reporting Services Native or SharePoint Configure SQL Server Instances. Manage & Configure Databases.
  • 3. PLANNING AN SQL SERVER INSTANCE OS Requirements Software Processor Requirements Hard Disk Memory
  • 4. CRITERIA OF RESOURCES  Criteria's are based on The Edition of SQL Server  The bit depth of SQL Server  X64  X86  Enterprise Developer BI Editions Express/Express + tools Standard Web
  • 5. MAIN POINTS X64 Versions of SQL 2012 supports only x64 OS only  X86 Versions of SQL 2012 supports both x64/x86 OS’s  OS Service Pack level is also important  Major OS Supports        Windows Server 2012 Windows Server 2008 R2 SP1 Windows Server 2008 SP2 Windows Vista SP2 Windows 7 SP1 Windows Server 2003 is not Supported
  • 6. DEVELOPER/ EXPRESS / EXPRESS WITH ADVANCED SERVICES / EXPRESS WITH ADVANCED TOOLS Server 2008R2 Enterprise/ DC/ Standard/ Foundation/ Web Windows Vista SP2 Ultimate/ Enterprise/ Business/Home Premium/Home Basic Developer/ Express/ Express With Advanced tools /Express with advanced Services Windows 7 SP1 Ultimate /Professional/ Home Premium/ Basic Server 2008 DC/ Enterprise/ Std/ Web
  • 7. SQL S. STANDARD Windows Server 2008 R2 SP1 Datacenter, Enterprise, Standard, Foundation, Web Windows Vista SP2 Ultimate / Enterprise /Business SQL Server Standard Windows 7 SP1 Ultimate, Enterprise, Professional Windows Server 2008 SP2DC/Enterprise/ Standard/ Web
  • 8. SQL S. ENTERPRISE/ BI / WEB Windows Server 2008R2 Enterprise, DC, Standard, Web SQL S. Enterprise/BI/Web Windows Server 2008 SP2 Enterprise/ DC/ Standard/ Web
  • 9. PROCESSOR & RAM REQUIREMENTS (X64) – ENTERPRISE/BI/WEB/STANDARD/DEVELOPER  Processor Types  Intel Intel Xeon with EM64T Support  Intel P4 with EM64T   AMD AMD Opteron  AMD Athlon 64T   Speed Min 1.4 GHz  Recommended 2GHz   RAM Min 1Gb  Recommended 4Gb or more 
  • 10. PROCESSOR & RAM REQUIREMENTS (X64) – EXPRESS/EXPRESS WITH TOOLS/EXPRESS WITH ADVANCED SERVICES Same Processor Requirements  RAM  Min 512Mb  1Gb Recommended 
  • 11. PROCESSOR & RAM REQUIREMENTS (X86) – ENTERPRISE/BI/WEB/STANDARD/DEVELOPER P3 Compatible or Newer version  Processor  Min – 1GHz  Recommended 2GHz   RAM Min 1Gb  Recommended – 4Gb or more 
  • 12. PROCESSOR & RAM REQUIREMENTS (X86) – EXPRESS/EXPRESS WITH TOOLS/ EXPRESS WITH ADVANCED SERVICES Same as above  RAM  Min 512Mb  Recommended 1Gb 
  • 13. HARD DISK REQUIREMENTS Database Engine/Full Text Search/Replication •811Mb Analysis Services •345Mb Client Components •1823Mb Integration Services •591Mb Master Data Services •243Mb Reporting Services & Report Manager •304Mb
  • 14. SOFTWARE REQUIREMENTS & VIRTUALIZATION .Net Framework 3.5 SP1  .Net Framework 4.0  IE 7 or above  Windows Power Shell 2.0  Virtualization   Hyper-v on Windows Server 2008R2 SP1 or Windows Server 2008 SP2
  • 15. CAPACITY CONSTRAINTS IN SQL SERVER 2012 Database Size < 524272 Terabytes  Maximum Data File Size < 16 Terabytes  Maximum Number of Instances 32767  Maximum 16 Columns per Primary Key  Maximum 253 Foreign Key References Per table  Maximum 32767 Connections Per instance  50 instances of Database Engine on a host  25 Instances of Database Engine on host if peer to peer replication is used. 
  • 16. SELECTION OF FEATURES  Instance Features Can operate Side by side  Act as separate instances of SQL Server   Shared Features Shared among Instances  Need to install only once 
  • 17. INSTANCE FEATURES Data Quality Services Full Text Search/Semantic Extractions for Search Replication Database Engine Services Analysis Services Reporting Services Native
  • 18. SHARED FEATURES Reporting Services –Share Point Integration Services Distributed Replay Controller SSMS Basic/ Comprehensive Data Quality Client SQL Server Data tools/ Master Data Services Client tools Connectivity/SQL client connectivity
  • 19. SCALE UP VS. SCALE OUT Scale Out Increase capacity by using multiple instances of SQL SERVER Peer to Peer replication/ Always on Availability groups Scalability – How well application users increased resources to increase capacity.
  • 20. DATABASE GROWTH Database size can be fixed / auto grow  Fixed databases minimize file fragmentation  Auautogrowth leads to file fragmentation.  Sp_spaceused to query space allocation in DB  Can Decrease the size by auto shrink property  Autoshrink leads to index fragmentation  Also can use dbccshrinkfile/dbccshrinkdatabase  Both require membership sysadmin fixed server role or db_owner  Cant make a DB smaller than the initially specified size. 
  • 21. DESIGN OF STORAGE Primary Secondary Contain startup information & pointers Optional Store Objects & Data Tx Log Store Data Tx information Change Vectors Every Database has a file ..ndf extension .mdf ext Spead across disk to improve performance .ldf ext Always in primary file group Can be in a primary or Secondary file group
  • 22. MSA VS. VIRTUAL ACCOUNTS Managed Service Account (MSA) Virtual Account / Managed Local Account Domain managed Account Local Accounts Pw managed by domain controller Can access domain in network environment Use a $ prefix (Contos/Ms$) Pw not required Service Principal registered under Active Directory NT Service/Servicename
  • 23. WINDOWS & SERVICE LEVEL SECURITY Windows Vista/ Windows Server 2008 Network Service •DE •Agent •Analysis •SSIS •RPT Service •DRC •DR Client Local Service • SQL Browser • FD Launcher Local system •SQL S VSS Writer
  • 24. WINDOWS & SERVICE LEVEL SECURITY Windows 7 / Windows Server 2008 R2 Managed Service Account Virtual Account / Managed Local Account
  • 25. MSA VS. VIRTUAL ACCOUNTS (WINDOWS 7 & WINDOWS SERVER 20088 R2) MSA / Local Service Account Database Engine SSIS Integration Service FD Launcher DRC / Dis Replay Client SQL Server Agent Local System SQL S. Browser Local Service SQL S. VSS Writer
  • 26. INSTALL SQL SERVER ON A DOMAIN CONTROLLER Not Recommended by Microsoft  SQL S. in a domain controller can’t run under a local service account  Member Server with SQL S. Can’t be promoted to a domain controller  Can’t demote a SQL S. with domain controller as a member server  In a RODC sql server cant create necessary accounts and groups then installation fails. 
  • 27. CORE MODE INSTALLATION SQL S. can be installed on Windows Server 2008r2 sp1 Core version  Osedtions Datacenter , Enterprise, Web & Standard are supported 
  • 28. CORE MODE INSTALLATION REQUIREMENTS .net Franework 2.0 sp1 .NET Framework 3.5 sp1 Powershell 2.0 Requirements Windows installer 4.5 .net Framework 4.0
  • 29. CORE MODE INSTALLATION FEATURES SUPPORTED DE Integration Service Replication Core Mode Support Client tools connectivity Full Text Search Analysis Services
  • 30. BENCHMARKING SQL SERVER    Prior to Installing SQL Server DBA must perform an Benchmarking process Validate the Server Resources against the Requirements of the Installation SQLIO is tool dtermine the capacity of the IO Subsystem  Measures        Measure I/O per/sec Throughput Mb/sec Latency By reading & writing files of different sizes Saturation point can be identified by increaseing the load SQLIOSIM – is included in SQL 2012 instance SQLIOSIM perform similar task it replaces SQLIOStress utility in earlier versions of SQL Server