0% found this document useful (0 votes)
417 views

SQL Server Certification 70-462 ' Study Materials

This document provides an overview of objectives and resources for preparing for the Microsoft MCSA SQL Server 2012 70-462 certification exam, which focuses on administering SQL Server databases. Key topics covered include installing and configuring SQL Server, maintaining SQL instances and databases, optimizing and troubleshooting performance issues, managing data through backups, restores and indexes, implementing security, and ensuring high availability through features like AlwaysOn. Recommended preparation resources include Microsoft documentation on SQL Server installation, backups, security configurations and more.

Uploaded by

desperadomar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
417 views

SQL Server Certification 70-462 ' Study Materials

This document provides an overview of objectives and resources for preparing for the Microsoft MCSA SQL Server 2012 70-462 certification exam, which focuses on administering SQL Server databases. Key topics covered include installing and configuring SQL Server, maintaining SQL instances and databases, optimizing and troubleshooting performance issues, managing data through backups, restores and indexes, implementing security, and ensuring high availability through features like AlwaysOn. Recommended preparation resources include Microsoft documentation on SQL Server installation, backups, security configurations and more.

Uploaded by

desperadomar
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 3

SQL Server Certification MCSA http://www.microsoft.com/learning/en-us/mcsa-sql-certification.aspx Materials to be used.

Texts Training Kit (Exam 70-462): Administering Microsoft SQL Server 2012 Databases Orin Thomas Peter Ward boB Taylor Videos http://borntolearn.mslearn.net/mcsa90/#fbid=dBIHBOKc0kP http://www.vtc.com/products/Microsoft-SQL-Server-2012-Admin-70-462-Tutorials.htm Blogs,Other materials Objectives for MCSA SQL server 70-462-Administrating SQL Server Install and configure (19%) Plan installation Evaluate installation requirements; design the installation of SQL Server and it s components (drives, service accounts, etc.); plan scale-up vs. scale-out basic s; plan for capacity, including if/when to shrink, grow, autogrow, and monitor g rowth; manage the technologies that influence SQL architecture (for example, ser vice broker, full text, scale out, etc.); design the storage for new databases ( drives, filegroups, partitioning); design database infrastructure; configure a S QL Server standby database for reporting purposes; Windows-level security and se rvice level security; Core mode installation; benchmark a server before using it in a production environment (SQLIO, Tests on SQL Instance); choose the right ha rdware Install SQL Server and related services Test connectivity; enable and disable features; install SQL Server database engi ne and SSIS (not SSRS and SSAS); configure an OS disk Implement a migration strategy Restore vs detach/attach; migrate security; migrate from a previous version; mig rate to new hardware; migrate systems and data from other sources Configure additional SQL Server components Set up and configure all SQL Server components (Engine, AS, RS and SharePoint in tegration) in a complex and highly secure environment; configure full-text index ing; SSIS security; filestream; filetable Manage SQL Server Agent Create, maintain, and monitor jobs; administer jobs and alerts; automate (setup, maintenance, monitoring) across multiple databases and multiple instances; send to "Manage SQL Server Agent jobs" Preparation resources Understanding surface area configuration Hardware and software requirements for installing SQL Server 2012 Quick-start installation of SQL Server 2012 Maintain instances and databases (17%) Manage and configure databases Design multiple file groups; database configuration and standardization: autoclo se, autoshrink, recovery models; manage file space, including adding new filegro ups and moving objects from one filegroup to another; implement and configure co

ntained databases; data compression; configure TDE; partitioning; manage log fil e growth; DBCC Configure SQL Server instances Configure and standardize a database: autoclose, autoshrink, recovery models; in stall default and named instances; configure SQL to use only certain CPUs (affin ity masks, etc.); configure server level settings; configure many databases/inst ance, many instances/server, virtualization; configure clustered instances inclu ding MSDTC; memory allocation; database mail; configure SQL Server engine: memor y, filffactor, sp_configure, default options Implement a SQL Server clustered instance Install a cluster; manage multiple instances on a cluster; set up subnet cluster ing; recover from a failed cluster node Manage SQL Server instances Install an instance; manage interaction of instances; SQL patch management; inst all additional instances; manage resource utilization by using Resource Governor ; cycle error logs Preparation resources ALTER DATABASE file and filegroup options (Transact-SQL) Contained databases Data compression

Optimize and troubleshoot (14%) Identify and resolve concurrency problems Examine deadlocking issues using the SQL server logs using trace flags; design r eporting database infrastructure (replicated databases); monitor via DMV or othe r MS product; diagnose blocking, live locking and deadlocking; diagnose waits; p erformance detection with built in DMVs; know what affects performance; locate a nd if necessary kill processes that are blocking or claiming all resources Collect and analyze troubleshooting data Monitor using Profiler; collect performance data by using System Monitor; collec t trace data by using SQL Server Profiler; identify transactional replication pr oblems; identify and troubleshoot data access problems; gather performance metri cs; identify potential problems before they cause service interruptions; identif y performance problems;, use XEvents and DMVs; create alerts on critical server condition; monitor data and server access by creating audit and other controls; identify IO vs. memory vs. CPU bottlenecks; use the Data Collector tool Audit SQL Server instances Implement a security strategy for auditing and controlling the instance; configu re an audit; configure server audits; track who modified an object; monitor elev ated privileges as well as unsolicited attempts to connect; policy-based managem ent Preparation resources blocked process threshold server configuration option Configure login auditing (SQL Server Management Studio) Data collection Manage data (19%) Configure and maintain a back-up strategy Manage different backup models, including point-in-time recovery; protect custom er data even if backup media is lost; perform backup/restore based on proper str ategies including backup redundancy; recover from a corrupted drive; manage a mu lti-TB database; implement and test a database implementation and a backup strat egy (multiple files for user database and tempdb, spreading database files, back up/restore); back up a SQL Server environment; back up system databases Restore databases Restore a database secured with TDE; recover data from a damaged DB (several err ors in DBCC checkdb); restore to a point in time; file group restore; page level

restore Implement and maintain indexes Inspect physical characteristics of indexes and perform index maintenance; ident ify fragmented indexes; identify unused indexes; implement indexes; defrag/rebui ld indexes; set up a maintenance strategy for indexes and statistics; optimize i ndexes (full, filter index); statistics (full, filter) force or fix queue; when to rebuild vs. reorg and index; full text indexes; column store indexes Import and export data Transfer data; bulk copy; bulk insert Preparation resources Back up and restore of SQL Server databases File restores (full recovery mode) DBCC INDEXDEFRAG (Transact-SQL) Implement security (18%) Manage logins and server roles Configure server security; secure the SQL Server using Windows Account / SQL Ser ver accounts, server roles; create log in accounts; manage access to the server, SQL Server instance, and databases; create and maintain user-defined server rol es; manage certificate logins Manage database permissions Configure database security; database level, permissions; protect objects from b eing modified Manage users and database roles Create access to server / database with least privilege; manage security roles f or users and administrators; create database user accounts; contained logins Troubleshoot security Manage certificates and keys; endpoints Preparation resources Server-level roles Permissions (database engine) Database-level roles Implement high availability (12%) Implement AlwaysOn Implement a mirroring solution using AlwaysOn; failover Implement database mirroring Set up mirroring; monitor the performance of database mirroring Troubleshoot replication problems; identify appropriate replication strategy

You might also like