up vote 2 down vote favorite
share [g+] share [fb]

I'm looking mainly at things like new SQL syntax, new kinds of locking, new capabilities etc. Not so much in the surrounding services like data warehousing and reports...

link|improve this question

75% accept rate
Thanks all guys - really helpful comments. – Kieran Benton Sep 16 '08 at 19:31
feedback

8 Answers

up vote 0 down vote accepted

Did you check the whitepaper on the website? SQL Server 2008 Overview.

I cannot recall off the top of my head, but it atleast has a nice database to object linking functionality. They have geospatial types too, if you need to use those.

link|improve this answer
feedback

There's a great article on the new T-SQL features here (by SQL guru Itzik Ben-Gan). It covers

  • Declaring and initializing variables
  • Compound assignment operators
  • Table value constructor support through the VALUES clause
  • Enhancements to the CONVERT function
  • New date and time data types and functions
  • Large UDTs (GEOMETRY and GEOGRAPHY)
  • The HIERARCHYID data type
  • Table types and table-valued parameters
  • The MERGE statement, grouping sets enhancements
  • DDL trigger enhancements
  • Sparse columns
  • Filtered indexes
  • Large CLR user-defined aggregates
  • Multi-input CLR user-defined aggregates
  • The ORDER option for CLR table-valued functions
  • Object dependencies
  • Change data capture
  • Collation alignment with Microsoft® Windows®
  • Deprecation
link|improve this answer
feedback

Filestream blob storage is the biggest bonus to me

link|improve this answer
feedback
  • New separate types for Date and Time, instead of just Datetime
  • New geographic types for lattitude/longitude
  • Change Data Capture is pretty neat if you're doing anything where auditing is important
  • Configuration Servers, for maintaining multiple databases.

That's what caught my attention at the Heroes Happen Here launch back in April.

link|improve this answer
feedback

HotAdd CPU. http://msdn.microsoft.com/en-us/library/bb964703.aspx

link|improve this answer
feedback

white paper on SQL Server 2008

This should cover most of the new features. I noticed the new date time data types and new security features.

link|improve this answer
feedback

Page compressiong sounds really nice to me. Haven't used it yet, though.

http://sqlblog.com/blogs/linchi_shea/archive/2008/05/11/sql-server-2008-page-compression-compression-ratios-from-real-world-databases.aspx

link|improve this answer
feedback

Sparse indexing for those with lots of NULLs. Also the DATETIME2 data type that a lot of people have been waiting for 0001-01-01 through 9999-12-31.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.