SQL Server 2012 - MCSA - MCSE Study Plan
SQL Server 2012 - MCSA - MCSE Study Plan
SQL Server 2012 - MCSA - MCSE Study Plan
Study Plan
Week Skill
1 Create database objects (24%)
2 Work with data (27%)
Study Plan
Topics
Create and alter tables using T-SQL syntax (simple statements)
• Create tables without using the built in tools; ALTER; DROP; ALTER COLUMN; CREATE
Design views
• Ensure code non regression by keeping consistent signature for procedure, views and
function (interfaces); security implications
Manage transactions
• Mark a transaction; understand begin tran, commit, and rollback; implicit vs explicit
transactions; isolation levels; scope and type of locks; trancount
Preparation Resources
Tables: http://msdn.microsoft.com/library/ms189084.aspx
Views: http://msdn.microsoft.com/library/ms190174.aspx
table_constraint (T-SQL):
http://msdn.microsoft.com/library/ms188066%28v=sql.110%29.aspx
SELECT (Transact-SQL): http://msdn.microsoft.com/library/ms189499.aspx
INTO clause (Transact-SQL): http://msdn.microsoft.com/library/ms188029.aspx
FROM (Transact-SQL): http://msdn.microsoft.com/library/ms177634.aspx
Study Plan
Week Skill
Install and configure (19%)
Maintain instances and databases (17%)
Study Plan
Topics
Plan installation
•Evaluate installation requirements; design the installation of SQL Server and its
components (drives, service accounts, etc.); plan scale-up vs. scale-out basics; plan for
capacity, including if/when to shrink, grow, autogrow, and monitor growth; manage the
technologies that influence SQL architecture (for example, service broker, full text, scale
out, etc.); design the storage for new databases (drives, filegroups, partitioning); design
database infrastructure; configure a SQL Server standby database for reporting
purposes; Windows-level security and service level security; Core mode installation;
benchmark a server before using it in a production environment (SQLIO, Tests on SQL
Instance); choose the right hardware
Install SQL Server and related services
•Test connectivity; enable and disable features; install SQL Server database engine and
SSIS (not SSRS and SSAS); configure an OS disk
Restore databases
•Restore a database secured with TDE; recover data from a damaged DB (several errors
in DBCC checkdb); restore to a point in time; file group restore; page level restore
Implement AlwaysOn
•Implement a mirroring solution using AlwaysOn; failover
Preparation Resources
Understanding surface area configuration:
http://msdn.microsoft.com/library/ms161956(sql.100).aspx
Hardware and software requirements for installing SQL Server 2012
http://msdn.microsoft.com/library/ms143506.aspx
Quick-start installation of SQL Server 2012
http://msdn.microsoft.com/library/bb500433.aspx
ALTER DATABASE file and filegroup options (Transact-SQL)
http://msdn.microsoft.com/library/bb522469.aspx
Contained databases
http://msdn.microsoft.com/library/ff929071.aspx
Data compression
http://msdn.microsoft.com/library/cc280449.aspx
Data collection
http://msdn.microsoft.com/library/bb677179.aspx
Back up and restore of SQL Server databases
http://msdn.microsoft.com/library/ms187048.aspx
File restores (full recovery mode)
http://msdn.microsoft.com/library/ms190710.aspx
Server-level roles
http://msdn.microsoft.com/library/ms188659.aspx
Permissions (database engine)
http://msdn.microsoft.com/library/ms191291.aspx
Database-level roles
http://msdn.microsoft.com/library/ms189121.aspx
Microsoft SQL Server AlwaysOn solutions guide for high availability and disaster recovery
http://msdn.microsoft.com/library/hh781257.aspx
AlwaysOn architecture guide: Building a high availability and disaster recovery solution
by using AlwaysOn Availability Groups
http://msdn.microsoft.com/library/jj191711.aspx
Examen 70-463
Implementing a Data Warehouse with Microsoft SQL Server 2012
Study Plan
Week Skill
Design and implement a data warehouse (11%)
Extract and transform data (23%)
Load data (27%)
Configure and deploy SSIS solutions (24%)
http://borntolearn.mslearn.net/certification/database/w/wiki/522.463-implementing-a-data-warehouse-with-microsoft-sql-s
http://borntolearn.mslearn.net/certification/database/f/518.aspx
Study Plan
Topics
Design and implement dimensions
•Design shared/conformed dimensions; determine if you need support for slowly
changing dimensions; determine attributes; design hierarchies; determine whether you
need star or snowflake schema; determine the granularity of relationship with fact
tables; determine the need for auditing or lineage; determine keys (business
transactional or your own data warehouse/surrogate keys); implement dimensions;
implement data lineage of a dimension table
Preparation Resources
Introduction to dimensions (Analysis Services - multidimensional data)
http://msdn.microsoft.com/en-us/library/ms175439.aspx
Dimension relationships
http://msdn.microsoft.com/en-us/library/ms175669.aspx
Columnstore indexes
http://msdn.microsoft.com/en-us/library/gg492088.aspx
Integration Services (SSIS) connections
http://msdn.microsoft.com/en-us/library/ms140203.aspx
Data flow
http://msdn.microsoft.com/en-us/library/ms140080.aspx