Microsoft SQL Server 2005 redefines the capabilities that customers should expect from their Database Management System. SQL Server 2005 is designed to help organizations reliably and securely manage enterprise servers. By automating routine tasks, SQL Server 2005 helps lower the cost of ongoing maintenance with increased efficiency and provides deeper insight into system health for monitoring, tuning and optimization.
With its powerful integrated Management Console and SQL Surface Area Configuration tool, SQL Server 2005 is enterprise-ready.
Proactively manage with SQL Server 2005 which provides deeper visibility into the performance and operations of your system.
SQL Server 2005 enables you to improve process and lower maintenance costs by automating routine administrative tasks.
SQL Server MOM Pack
SQL Server Management Pack for MOM provides end-to-end service management of line-of-business applications for greater visibility
Integrates application, client, server, and synthetic transaction monitoring in a single solution
Manages business-critical services such as Microsoft Exchange, Microsoft SharePoint, and Active Directory
Manages a wide range of line-of-business (LOB) applications that use Microsoft Windows Server, SQL Server, .NET, and Internet Information Services (IIS), as technology building blocks
Integrates synthetic transaction monitoring of the end user perspective and proactive monitoring of infrastructure components to manage and improve the end-to-end delivery of IT services.
Integrated Management
Management Studio: SQL Server Management Studio combines the features of Enterprise Manager, Query Analyzer, and Analysis Manager in previous releases of SQL Server, into a single Environment. In addition, SQL Server Management Studio works with all components of SQL Server such as Reporting Services, SQL Server Integration Services (SSIS), SQL Server Mobile, and Notification Services.
Proactive Health and Performance Monitoring
Dynamic Management Views (DMV): SQL Server 2005 exposes more than 70 new measures of internal database performance and resource usage from memory, locking, and scheduling to transactions and network and disk I/O.
Enhanced Performance Tuning
SQL Profiler: SQL Profiler captures server events for real-time diagnosis of performance issues. The main task is to trace an activity and correlate the trace with performance counters so that trace information can be adequately analyzed and issues can be quickly diagnosed.
Database Tuning Advisor (DTA): The Database Tuning Advisor (DTA) has the ability to suggest index and table partition changes to a database structure.
Greater Programmability
SQL Management Objects (SMO): SQL Management Objects (SMO) is a new set of programming objects that expose the functionality of the SQL Server database. SMO is implemented as a Microsoft® .NET Framework assembly and can be used to automate repetitive or common SQL Server administrative tasks, such as programmatically retrieving configuration settings, creating new databases, applying Transact-SQL scripts, creating SQL Server Agent jobs, and scheduling backups.
Improved Manageability and Performance
Table and Index Partitioning: Table and index partitioning eases the management of databases by facilitating the management of the database in smaller, more manageable chunks. SQL Server 2005 provides a new capability for the partitioning of tables across filegroups in a database. Horizontal partitioning allows for the division of a table into smaller groupings based on a partitioning scheme.