Event Review: Microsoft SQL Server 2005 Technical Overview (Session TNT1-133)
Welcome to the material supporting page for this session. The materials on this page have been selected as the best matches to the content covered in the live event session.
Session Outline
Microsoft SQL Server 2005 is the next version of the successful SQL Server product family. This new edition offers a number of enhancements to provide a product for today's environment. This session looks at the key areas that concern IT professionals. It looks at various security enhancements, including the authentication changes and the granularity of permissions that the product allows. It then looks at availability and the changes made to improve service availability and replication of data. It also covers the improvements in the manageability of the product.
Session Agenda
- Manageability Enhancements
- Security Enhancements
- Availability Enhancements
Session Media
This session consists of a Windows Media presentation and demonstrations:
| Download the full session
Download the full multimedia recording of this session. |
| Download all slides and transcripts
Download just the slides and transcripts of this session. |
| Demo: Using SQL Server 2005 Management Studio
In this demonstration the new management interface for SQL Server 2005 is shown, including the new buttons, menus, Register Server panel, Object Explorer, and Solution Explorer. The ability to hide panels is also demonstrated as is the ability to store multiple scripts and projects in Management Studio. Examine the configuration steps for configuring and using SQLiMail, the new SMTP-based e-mail notification program. Download |
| Demo: Using Object Explorer and Solution Explorer
See what the new Object Explorer interface Solution Explorer look like. The ability to hide panels is demonstrated as is the ability to store multiple scripts and projects in Management Studio. Download |
| Demo: SQLCMD and SQLiMail
Examine the configuration steps for configuring and using SQLiMail, the new SMTP-based e-mail notification program. Download |
| Demo: Tuning Tools
Here the new XML Showplan feature is demonstrated using saved queries. Learn how to use the Database Tuning Advisor to analyze a saved workload in the form of a trace file and how you can choose the recommendations that you want to implement. Also, learn how those recommendations can be saved as Transact-SQL in a script. Download |
| Demo: Diagnostic Tools
View in one window both the results of a Profiler trace that you have run and the results of the Performance Monitor operating system capture that you ran at the same time. The new view also allows you to step through the code, viewing the impact on the operating system counters you chose to capture, or you can choose a point in the graph and see the line of code that caused that change in the counters. Also, capture deadlocks. After you have captured a deadlock in a trace file, use the new graphical display of a deadlock to help analyze where the issues are located in the code that was run. The last new diagnostic tool that is demonstrated is the ability to view Windows event logs and SQL Server logged events in a single display, where events that were logged at the same time in the two tools are displayed together. Download |
| Demo: Auditing using Profiler
View one of the new security enhancements, the ability to use Profiler to audit DDL events, with the ability to choose the columns that will be reported on. Download |
| Demo: User Schema Separation
This demonstration shows that, with the new security architecture that separates the user from the schema, you can drop a user without having to rewrite application code. Download |
| Demo: Table Partitioning
Get a look at the configuration steps that set up table partitioning, including the configuration of the file groups, the partition function, and the partition scheme. After the configuration is complete, you can query to find out the partition a particular row is in to determine whether the row has been corrupted and, if so, you can restore just that file group. Download |
| Demo: Peer-to-Peer Replication
Look at the configuration of the initial publication you want to use in peer-to-peer replication. Then see the new (Beta 3) peer-to-peer configuration wizard, which will allow you to configure the entire peer-to-peer topology between two or many servers. Since the wizard still has a bug, you see the completed configuration of the topology using another script. After the configuration is complete, applets will be used to demonstrate the ability of SQL Server 2005 to replicate DDL statements, and you see the replicated records between the two databases used in this demonstration. Download |
Related Links
Use the following resources to learn more about topics covered in this briefing.