Monday, April 26, 2010

New features in SQL Azure

An amazing set of new features has been announced recently. These features include:
  • 50 GB Database SKU, available upon request
  • MARS (Multiple Active Result Sets) This is very useful feature, since lots of developers are having issues with connection when using Entity Framework. The EF connection string enables MARS by default and developers are having though times to identify connection errors.
  • Alter rename process for symmetry in renaming databases
You can read more details at SQL Azure team blog:
http://blogs.msdn.com/sqlazure/archive/2010/04/16/9997517.aspx

No comments: