vote up 2 vote down star

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...

flag

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

8 Answers

vote up 0 vote down check

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|flag
vote up 0 vote down

Sparse indexing for those with lots of NULL's. Also the DATETIME2 data type that alot of people have waiting for 0001-01-01 through 9999-12-31.

link|flag
vote up 0 vote down

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|flag
vote up 3 vote down

Filestream blob storage is the biggest bonus to me

link|flag
vote up 0 vote down

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|flag
vote up 3 vote down

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|flag
vote up 0 vote down

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

link|flag
vote up 1 vote down
  • 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|flag

Your Answer

Get an OpenID
or

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