当前位置: 代码迷 >> 综合 >> SQL Server 2008 New Features 1/3
  详细解决方案

SQL Server 2008 New Features 1/3

热度:63   发布时间:2023-12-09 04:11:03.0
SQL Server 2008 New Features
1/3

1、TRUSTED

     SQL Server provides the highest levels of security, reliability, and scalability for your business-critical applications.

 1.1、Protect valuable information

 1.1.1、Transparent Data Encryption

     Enable encryption of an entire database, data files, or log files, without the need for application changes. Benefits of this include: Search encrypted data using both range and fuzzy searches, search secure data from unauthorized users, and data encryption without any required changes in existing applications.

 1.1.2、Extensible Key Management

     SQL Server 2005 provides a comprehensive solution for encryption and key management. SQL Server 2008 delivers an excellent solution to this growing need by supporting third-party key management and HSM products.

1.1.3、Auditing

     Create and manage auditing via DDL, while simplifying compliance by providing more comprehensive data auditing. This enables organizations to answer common questions, such as, "What data was retrieved?"

1.2、Ensure business continuity

1.2.1、Enhanced Database Mirroring

   SQL Server 2008 builds on SQL Server 2005 by providing a more reliable platform that has enhanced database mirroring, including automatic page repair, improved performance, and enhanced supportability.

1.2.2、Automatic Recovery of Data Pages

     SQL Server 2008 enables the principal and mirror machines to transparently recover from 823/824 types of data page errors by requesting a fresh copy of the suspect page from the mirroring partner transparently to end users and applications.

1.2.3、Log Stream Compression

     Database mirroring requires data transmissions between the participants of the mirroring implementations. With SQL Server 2008, compression of the outgoing log stream between the participants delivers optimal performance and minimizes the network bandwidth used by database mirroring.

1.3、Enable predictable response

1.3.1、Resource Governor

     Provide a consistent and predictable response to end users with the introduction of Resource Governor, allowing organizations to define resource limits and priorities for different workloads, which enable concurrent workloads to provide consistent performance to their end users.

1.3.2、Predictable Query Performance

     Enable greater query performance stability and predictability by providing functionality to lock down query plans, enabling organizations to promote stable query plans across hardware server replacements, server upgrades, and production deployments.

1.3.3、Data Compression

     Enable data to be stored more effectively, and reduce the storage requirements for your data. Data compression also provides significant performance improvements for large I/O bound workloads, like data warehousing.

1.3.4、Hot Add CPU

     Dynamically scale a database on demand by allowing CPU resources to be added to SQL Server 2008 on supported hardware platforms without forcing any downtime on applications. Note that SQL Server already supports the ability to add memory resources online.

  相关解决方案