Search This Blog

Monday 11 February 2008

Features on SQL Server 2008 - Katmai

For the last three weeks i have been playing around with SQL Server 2008 (Katmai) CTP. I managed to install it on Windows 2003 server without any problems. Although i would advise people not to install alongside SQL Server 2005. If you want to use management studio of SQL 2008 CTP be sure to use the developer edition CTP, the expression edition only comes with some client tools. Since its a CTP and you only are trying to get your head around new features it is useful to have management studio installedAs with any CTP i didnt know where to start and i found that Chad Boyd ihas listed the new features for Katmai quite extensively on his blog. Since I am just a developer and i filtered the list of features that may be more useful for a developer to look at.. I m planning to plough through one feature at a time and put up some information on this site for people who are interested.


Performance

Management

  • Policy based management framework (manage via policies vs. scripts, enterprise wide support, automated monitoring/enforcement, etc.).
  • Integrate with Microsoft System Centre.
  • Extended Events (high perf lightweight tracing infrastructure, NOT sql trace, integrated with ETW).

Development Enhancements

Service Broker

  • New UI and Tools for working with (add/drop/edit functionality within SSMS, Diag tools).
    Conversation Priority (set message ordering, send/receive impact, 110 levels).

Data Storage

  • Data compression (see above).
  • FILESTREAM attribute (get the 'best of both' functionality from BLOBs in the DB vs. BLOBs on filesystem, no more "to blob or not to blob").
  • Integrated Full Text Search (FTS fully integrated into DB engine, no external storage, no external service, more efficient and reliable costing).
  • Sparse columns (more efficient storage for 'wide' tables with many columns that repeat and don't contain data).
  • New index types (spatial indexes, hierarchical indexes, FILTERED indexes (indexes on filtered values within columns), etc.).
  • Reporting

    • IIS Agnostic Reporting Services Deployment (no IIS required to run RS any longer).Richtext support.
    • Enhanced visualiztion (graphing).
    • New Word rendering (render reports to Microsoft Word).
  • No comments: