
News![]() |
New features in SQL Server 2008 every DBA should considerA common assumption with database servers is that each new version only offers minor upgrades on functionality. Don't be fooled - SQL Server 2008 is more than just SQL Server 2005 version 2.Ballard Chalmers SQL Server expert John Walsh expands on SQL Server 2008 new features. The new features of SQL Server 2008 are numerous - here are a few that every discerning database administrator (DBA) should actively consider: Data CompressionReduces the amount of storage space needed to store tables and indexes, enabling more efficient storage of data. In addition, data compression does not require changes be made to applications in order to be enabled.
Backup compressionEnables the backup of a database to be compressed without having to compress the database itself. All backup types, including log backups, are supported and data is automatically uncompressed upon restore.
Filtered IndexesThese are essentially a non-clustered index created using a WHERE condition so only selected rows are indexed. It is a non-clustered index that is created on a subset of rows. Because filtered indexes generally do not contain all rows in the table, they are smaller and deliver faster performance for queries that reference the rows it contains. Filtered indexes can be used to optimise performance for specific queries by ensuring that they contain only the rows referenced by the queries.
Spatial Data TypesSpatial data types or GEOGRAPHY and GEOMETRY data types allow spatial data to be stored directly in a SQL Server 2008 database. Use these spatial data types to work with location-based data that describes physical locations, such as longitude and latitude. GEOGRAPHY enables you to represent three-dimensional geodetic data such as GPS applications use. GEOMETRY enables you to represent two-dimensional planar data such as points on maps. Spatial data types help you to answer questions like 'How many of our stores are located within 20 miles of East Grinstead?'
Microsoft SQL Server 2008 - key feature summary:
SQL Server 2008 resource links
Find our more about our SQL Server services If you would like to know more about new Microsoft products or technologies, or how Ballard Chalmers can help you, please contact Andrew Chalmers on andrew.chalmers@ballardchalmers.com or call 01342 410223. Related links
|