SQL 2008 is coming…

Introduction

SQL Server 2008 will be released approximately February of 2008, along with a new version of Visual Studio and Windows.

Key Areas

The key areas of SQL2008 are Enterprise Data Platform, Dynamic Development, Beyond Relational Database, and Pervasive InsightThe Enterprise Data Platform grouping, sometimes referred to as the Mission Critical Platform, contains the core SQL Server Engine features and benefits including Data Encryption methods, Resource Management, System Analysis, and Server Management Features. There are several encryption options; the first is called Transparent Data Encryption. In SQL Server 2008, the SQL Engine can encrypt the entire database. This method encrypts all database data and log files for a database. By using this all-encompassing method, all Indexes and Tables are encrypted. Changes to programming applications are not required. The next encryption feature is Backup Encryption. SQL Server 2008 has a method of encrypting backups to prevent data disclosure or tampering. In addition, Restoring of backups can be limited to specific users. Lastly, there are new options for External Key Management. If you are involved with credit card processing or PCI (payment card industry) compliance, SQL 2008 will support Hardware Security Modules (HSM). Hardware Security Modules are third party hardware solutions used to store Keys in a location separate from the data they protect. In addition to the standard auditing of logon / logoffs and permission changes, SQL Server 2008 allows for monitoring of data changes or access. Usually, data compression is associated with general hard disk savings, and with smaller physical files, backup times are reduced. While this holds true for SQL Server Data Compression, the main goal is Fact Table size reduction. The stated advantages for Data Compression include the following:·                     Improves query performance by reducing I/O and increasing buffer-hit rates ·                     Provides compression ratios of 2X to 7X for real DW fact data ·                     Is orthogonal to other features ·                     Is available for both data and indexes According to Microsoft, while using compression will slightly increase CPU usage, overall system performance will be improved because of less IO.  New in SQL Server 2008 is the Resource Governor. The Governor is used to restrict users or groups of users from consuming high levels of resources. Items that can be monitored include CPU bandwidth, timeout waits, execution times, blocking times, and idle times. If a Resource Governor threshold level is reached, the system can trigger an event or stop the process. There are a series of steps involved in utilizing the Resource Governor that will be reviewed in an upcoming article. 

The amount of Performance Counters in SQL Server 2008 has been expanded compared to earlier versions. IO and memory usage counters are just a couple of the items that can be collected to monitor performance. The data collected by the counters is stored in a centralized data warehouse. Microsoft states that running the default set of performance related monitors would consume less than 5% of CPU and memory resources.

0 Responses to “SQL 2008 is coming…”



  1. No Comments Yet

Leave a Reply




Blog Hits

  • 8,277 hits

Online

Categories

 

January 2008
M T W T F S S
« Dec   Dec »
 123456
78910111213
14151617181920
21222324252627
28293031  

Top Clicks

  • None

RSS Oracle Data Point

  • Oracle®10g Data Guard Concepts and Administration
    1. Creating Physical Standby Database Preparing the Primary Database for Standby Database Creation Step-by-Step Instructions for Creating a Physical Standby Database Post-Creation Steps Preparing the Primary Database for Standby Database Creation Before  creation of  a standby database we  must first ensure the primary database is properly configured. Enable […]
  • Data Guard for Oracle Database11g
    If you have Oracle Enterprise Database11g installed on your operating system then you can be benefited with the best disaster recovery solution, data protection and comprehensive data availability in the industry. Data Guard helps to safeguard your precious database from any kind of corruptions, disasters, errors and failures. It not only manages but also pr […]
  • Recreate Control Files; How? and When?
    Recreate Control Files; How? and When? When? The control files of a database store the status of the physical structure of the database. The control file is absolutely crucial to database operation. Control File contains… > Database information (RESETLOGS SCN and their time stamp) > Archive log history > Tablespace and datafile records (filena […]
  • Create Oracle 9i database in windows manually
    Create Oracle 9i database in windows manually “dbtest” is the database that i am going to create. create one folder called dbtest (Example: c:\oracle\dbtest) 1. Open the console(Run –> cmd) 2. Set oracle SID as ’set oracle_sid=dbtest’ 3. If dbtest windows service is not created then execute this c:\>oradim -new -sid dbtest […]
  • Introduction to Data Blocks
    Introduction to Data Blocks, Extends, Segments. Oracle allocates logical database space for all data in a database. The units of database space allocation are data blocks, extents, and segments At the finest level of granularity, Oracle stores data in data blocks (also called logical blocks, Oracle blocks, or pages). One data block corresponds to a specific […]
  • Oracle 9i Architecture
    Introduction This is the basic architecture of Oracle 9i . This is the basic concept about Oracle and this is the backborn of Oracle DB. I that this would be the first which related to Oracle. An Oracle database is a combination of oracle Instance and data files on the file system. Oracle Database = Oracle Instance + [...]
  • After a long time…
    After a long time… again I am going to start do blogging… I need all of you guys support and help… Posted in Latest News
  • SQL 2008 is coming…
    Introduction SQL Server 2008 will be released approximately February of 2008, along with a new version of Visual Studio and Windows. Key Areas The key areas of SQL2008 are Enterprise Data Platform, Dynamic Development, Beyond Relational Database, and Pervasive InsightThe Enterprise Data Platform grouping, sometimes referred to as the Mission Critical Platfor […]
  • List View Control in Asp.Net 3.5
           ListView and DataPager controls in ASP.NET 3.5. Both controls sound interesting and both provide new features to the ASP.NET control arsenal. Although .Net having yet another list controls (DataGrid, DataList, Repeater, GridView and now the ListView) The ListView control kind of combines functionality of all of these controls into one. Maybe the most […]
  • Microsoft Silverlight
      Microsoft Silverlight is a cross browser, cross platform plug in for delivering the Next generation of .net based media Experiences and rich interactive applications for the web. Silver light offers a flexible programming that supports AJAX, VB, C#, Python and Ruby, and integrates with existing web applications. Silverlight supports fast, cost effective De […]

SocialVibe