70-432-CBT Nuggets Implementation and Maintenance Microsoft SQL Server 2008

microsoft sql server 2008 r2
microsoft sql server 2008 r2

 

Год выпуска: 2010
Производитель: CBT Nuggets
Автор: Anthony Sequeira
Продолжительность: 17:13:52
Тип раздаваемого материала: Видеоурок
Язык: Английский
Стоимость: 1999 рублей

Описание:

This database video training with Tim Warner covers Microsoft’s SQL server, from installation and configuration to implementing high availability.

Recommended skills:
1-2 years experience with Microsoft SQL Server 2008 or 2-3 years with a previous version
Experience with database administration

Recommended Equipment:
Microsoft SQL Server 2008

Related certifications:
MCSA: SQL Server 2008

Related job functions
Database administrators
IT professionals

Whether you're an experienced SQL Server professional or a new database administrator, this course is the perfect place to start.
Ace trainer Tim Warner gives you a broad overview of SQL Server 2008, including a full discussion of new features and comparison between SQL Server 2008 and earlier editions of the product (this information will be useful to upgraders).
But regardless of whether you're a new or existing database administrator (DBA), Tim provides you with a deep understanding of Microsoft's latest version of its enterprise relational database management system (RDBMS), SQL Server 2008.

Plus, Tim has carefully mapped his training to Microsoft's 70-432 exam.

Becoming a great database designer and problem solver -- and having the certification to prove it -- means getting the right training, so start here.

All trademarks and copyrights are the property of their respective holders.

[wpspoiler name="Подробное описание" ]
1. Course Overview (00:18:12)
Understanding this course and tackling the 70-432 exam.
2. Installing and Configuring SQL Server 2008 Part 1 (00:50:14)
In this Nugget we gain our initial "sea legs" with the Microsoft SQL Server 2008 product. We cover the SQL Server 2008 installation process, service configuration, and answer the perennial question of every new (and sometimes seasoned) DBA: What exactly is an instance, and how is one configured?
3. Installing and Configuring SQL Server 2008 Part 2 (00:51:48)
In this Nugget we take a fresh install of SQL Server 2008 and manage that installation. We cover adding and removing product features, implementing Database Mail functionality, and enabling full-text indexing support for the Database Engine.
4. Managing the SQL Server Agent Service (00:41:54)
In this Nugget we undertake a detailed consideration of the SQL Server Agent, which represents the automation engine in SQL Server 2008. We cover the theoretical underpinnings of Agent, how to create operators, and how to manage operators for maximum administrative efficiency.
5. Managing SQL Server Agent Jobs (00:43:49)
In this Nugget we continue our journey through the wild and wooly world of SQL Server Agent. We cover the creation and management of SQL Server Agent jobs, and we learn how tightly integrated Agent is with the SQL Server Integration Services (SSIS) engine.
6. Administering SQL Server Agent Alerts (00:44:56)
In this Nugget we complete our meditation on SQL Server Agent, although this service will reappear several times throughout the remainder of this nugget course. We cover creating and administering SQL Server Agent alerts, and we learn how to centrally manage Agent jobs by leveraging the Master/Target (MSX/TSX) Agent architecture in SQL Server 2008.
7. Implementing Policy-Based Management (00:47:44)
In this Nugget we introduce of the most compelling new features in SQL Server 2008: Policy-Based Management. We cover the basics of this new feature, how to create policies, and how to centralize policy management across multiple SQL Server 2008 instances.
8. Managing SQL Server 2008 Security Part 1 (00:52:06)
In the first of three videos on SQL Server 2008 security, we'll cover authentication, managing logins and server roles, and managing users and database roles. These are areas you'll need to know for certification and for real-world application. Tim will explore each topic and clarify issues that can trip up even seasoned pros.
9. Managing SQL Server 2008 Security Part 2 (00:53:15)
In this Nugget we continue our "haunted hayride" through the mystical, magical world of SQL Server security. We cover such technologies as the logon trigger, the use of schema to assign object permissions, and the controversial tactic of enabling cross-database ownership chaining.
10. Managing SQL Server 2008 Security Part 3 (00:47:07)
In this Nugget we complete our SQL Server 2008 security triptych. We cover how to audit a SQL Server 2008 instance and how to implement Transparent Data Encryption, or TDE. TDE is another much-anticipated new feature in SQL Server 2008, and is an extremely impressive technology.
11. Administering SQL Server 2008 Disaster Recovery Part 1 (00:45:11)
In this Nugget we take on a subject that receives wide coverage on the 70-432 exam: disaster recovery. We cover the creation and configuration of databases, data files, transaction logs, and filegroups. We also learn how to set database options, configure database recovery models (this is another topic we revisit several times in upcoming Nuggets), and attach/detach databases from the database engine.
12. Administering SQL Server 2008 Disaster Recovery Part 2 (00:42:25)
In this Nugget we undertake the process of database backup in SQL Server 2008. We cover backup architecture, database backup, transaction log backup, data file backup, and filegroup backup.
13. Administering SQL Server 2008 Disaster Recovery Part 3 (00:41:20)
In this Nugget we examine the other side of the backup equation: data restoration. We cover the architectural and theoretical fundamentals of SQL Server 2008 restore and recovery. We then learn how to perform online and offline database restores.
14. Administering SQL Server 2008 Disaster Recovery Part 4 (00:47:09)
In this Nugget we finish up our treatment of SQL Server disaster recovery. We cover database snapshots, ensuring database integrity, and we reintroduce maintenance plans (which we originally discussed in our nuggets on SQL Server Agent), this time applying them to disaster recovery.
15. Importing and Exporting Data (00:51:02)
In this Nugget we learn a crucial job function for most SQL Server DBAs: data import and export. We cover the mechanics of data import and data export, and then review the major import/export tools included in SQL Server 2008: the bcp utility, the BULK INSERT statement, the OPENROWSET function, the Import and Export Wizard, and the SSIS Import/Export tools.
16. Implementing Data Partitions (00:26:13)
In this Nugget we learn how to increase our SQL Server machine's query performance by horizontally partitioning tables. We cover the three components that are involved in table partitioning: partition functions, partition schemes, and partition operations.
17. Managing Indexes and Collations (00:47:19)
In this Nugget we turn our attention to what is perhaps the most important element to high-performance querying: indexes. We cover index architecture, index types (including the often-confused difference between clustered and non-clustered indexes), creating indexes, optimizing indexes, and, as a special bonus, a brief consideration on administering collations in SQL Server 2008.
18. Monitoring and Troubleshooting SQL Server 2008 Part 1 (00:45:41)
In this Nugget we will learn how to monitor and troubleshoot SQL Server 2008. We cover how transactions work (the ACID model, etc.), the SQL Server locking architecture, how to use Activity Monitor to diagnose and resolve concurrency problems, and using transaction-oriented DMVs.
19. Monitoring and Troubleshooting SQL Server 2008 Part 2 (00:52:07)
In this Nugget we carry over our discussion of monitoring and troubleshooting SQL Server 2008. We cover how to locate SQL Server 2008 event and error information. We also learn how to profile and monitor SQL Server 2008 by using tools such as SQL Server Profiler, the Performance Studio, System Monitor, and the Reliability and Performance Monitor.
20. Optimizing SQL Server 2008 Performance Part 1 (00:44:14)
In this Nugget we examine a couple ways in which we can dramatically improve the performance of our SQL Server Database Engine. We cover the Resource Governor, a brand-new feature in SQL Server 2008 that allows us to throttle and prioritize CPU and memory resources among SQL Server processes. We also learn how to tune databases using the DTA utility.
21. Optimizing SQL Server 2008 Performance Part 2 (00:47:30)
In this Nugget we conclude our two-part mini-series on optimizing SQL Server 2008 performance. We cover using the brand-new Data Collection feature (called “Performance Studio” in pre-RTM), and the Windows Server 2008 Reliability and Performance Monitor tool.
22. Implementing High Availability Part 1 (00:38:30)
In this Nugget we examine another big 70-432 subject: high availability. We cover the basics of high availability services, configuring database mirroring (which protects a single database), and implementing failover clustering (which protects the entire SQL Server instance).
23. Implementing High Availability Part 2 (00:54:06)
This Nugget covers implementing Log Shipping and implementing Replication.
[/wpspoiler]

Оцените статью
Кто знает, тот успешен
Добавить комментарий