Módulo 3 SQL Basic
Módulo 3 SQL Basic
Módulo 3 SQL Basic
Installing and
Configuring SQL Server
2012
Module Overview
Primary and
If you have tables that are frequently used together, you
secondary data
should put them on separate filegroups and physical drives
files
If accounts are set using SQL Server setup, minimal permissions will be
configured automatically
Each service account has different permission requirements
Consult BOL for details of specific permissions for each account
Use a different account for each service
Working with Collations
A collation encodes the rules governing the proper use of characters for
a language such as Greek, or an alphabet, such as Latin1_General
Windows Collations
Based on the rules for the associated Windows locale
SQL Server Collations
Matches the code page number and sort order that may
have been specified in earlier versions of SQL Server
Default Collation and Sort Rules
Default collation applies if you do not designate collation
and sort rules
Demonstration 1A: Using
Collations
In this demonstration, you will see how collations
affect T-SQL queries
Lesson 2: Installing SQL Server
Overview of the Installation Process
System Configuration Checker
Post-installation Checks
Demonstration 2A: Using System
Configuration Checker
Overview of the Installation Process
Component Update
Feature Selection
Server Configuration
Install
System Configuration Checker
Checks Installation Requirements:
Software Requirements
Hardware Requirements
Security Requirements