Vi ste ovdje
Overview/Description
Word 2013 enables you to share and collaborate on documents in a variety of ways. To protect a document you can mark it as final, making it read only, you can add a password to the document, and you can edit who changes the document, and what changes they can make. This course explores these concepts along with restoring draft versions of documents and sharing documents via e-mail or SkyDrive. It also examines working with PDF documents in Word and working with blogs. This course will help prepare learners for the Microsoft Certification Exam 77-418: Word 2013 which...
Overview/Description
Excel 2013 provides tools to allow you to share workbooks, connect to external data, and add Office Apps. You can log into Office using an Office 365 Organizational ID or Microsoft account, allowing you to carry your personalized Office settings with you. You can add online services including SkyDrive and SharePoint storage, as well as Microsoft accounts to access and share your images and videos with social media sites. This course will show you how to link to external data including Access databases and other Excel workbooks. Finally, it will show you how to add Office...
Overview/Description
As both business and home users move toward working in more electronically collaborative environments, the need to share Excel workbooks and to have multiple users edit them simultaneously has increased. Excel 2010 allows you to share workbooks over a network, distribute them by e-mail, and share them online. You can make use of Information Rights Management (IRM) to ensure that users cannot copy or forward workbook content, as well as to expire files and enforce corporate information dissemination policies. You can also specify that users can only edit specific ranges in...
Overview/Description
Today people can share and send the development of PowerPoint presentations in new and exciting ways. With the proper technological infrastructure in place, Microsoft PowerPoint Web App extends your Microsoft PowerPoint experience of the Web, where you can work with presentations directly on the web site where the presentation is stored. An alternative to sharing a presentation with other team members is to share or send the presentation as an e-mail attachment, send it by instant message, or save it to your SkyDrive Account or to Office 365 SharePoint . You can also...
Overview/Description
One aspect that should not be overlooked when planning an infrastructure is the requirement for patch management and system compliance. Enterprise administrators must be aware of the approaches and tools that are available to them before recommending a software update plan. They also have to understand those tools before designing a strategy for software and system configuration compliance. This course examines the importance of patch management and the use of Windows-incorporated tools, such as Windows Update and Microsoft Update, in keeping client system operating...
Overview/Description
Enterprises use databases to store their most critical data. To protect and ensure the data's availability, database administrators need to establish a solid backup and restoration plan. Such plans are used to protect data in the event of a disaster by allowing complete sets of duplicate data to be restored in a timely fashion. There are multiple types of backups that can be taken to ensure the recovery of data, including a full recovery or a point-in-time recovery. SQL Server 2008 R2 also offers database snapshots, which can be used to revert a database to a specific...
Overview/Description
SQL Server 2008 R2 offers the use of partitions to manage subsets of data for large tables and indexes. Partitions can be used to improve the read/write performance on tables within a database by allowing the data within tables to be spread across multiple filegroups, whereas standard tables must be contained within a single filegroup. Data that is stored within partitions is treated as a logical entity, and the partitioned tables and indexes support the same properties as a standard table. SQL Server 2008 R2 allows views to be partitioned, which joins data from multiple...
Overview/Description
SQL Server 2008 R2 is a robust database system that provides a number of database objects used to store and view data. In order to configure a SQL Server 2008 R2 database to meet business requirements, administrators and developers must fully understand how to design, create, and configure these database objects. These objects include tables for storing data in the database, views to allow access to the data within specific tables, and indexes to optimize the performance of the database for data retrieval. This course identifies each of these database objects and...
Overview/Description
SQL Server 2008 R2 provides table and index partitioning to allow data to be stored across multiple filegroups within a database. This makes tables and indexes that contain large amounts of data more manageable. Partitions in the database may need to be split to allow for more data to be stored, or data from one partition may need to be moved to another partition. SQL Server 2008 R2 provides Transact-SQL statements to ensure that administrators can perform these tasks to manage the table partitions. SQL Server also provides data compression at the table row and page level...
Overview/Description
Database maintenance is an ongoing task for SQL Server 2008 R2 administrators. This requires the integrity of the database to be checked, the database size to be kept to a minimum by ensuring the files are the correct sizes, and maintenance tasks to be run regularly. SQL Server 2008 R2 Transact-SQL provides DBCC statements, which in turn provides statements to maintain the database and database files. An administrator can also use maintenance plans to run a series of tasks on specific databases using a schedule or on demand. This course demonstrates how to confirm the...