Azure SQL Updates
Written by Kay Ewbank   
Wednesday, 26 September 2012

New features have been added to the Windows Azure SQL database through service updates.

Microsoft has deployed service updates to Windows Azure SQL Database that add new features. The database now has support for linked server and distributed queries against the database, and you can now use recursive triggers. On the admin side, DBCC SHOW_STATISTICS is now supported, and you can configure firewall rules at the database level.

The support for linked server and distributed queries means you can add an Azure database as a linked server then use it as a data source for linked queries that take data from both local on-premises and cloud data. Until now you if you wanted to write a query like this you had to use the ODBC-to-OLEDB proxy, which was “not recommended for performance reasons” (to put it mildly).

 

 

The changes to the firewall add more granular control; until now you could only set Azure firewall rules at the server level, but the changes allow you to set the rules at database level using either the management portal or T-SQL, and have different rules for different databases hosted on the same logical SQL Database server.

 

azure

More Information

Linked Servers (Database Engine)

Related Articles

New Azure Services for Hybrid Cloud

 

raspberry pi books

 

Comments




or email your comment to: comments@i-programmer.info

 

To be informed about new articles on I Programmer, install the I Programmer Toolbar, subscribe to the RSS feed, follow us on, Twitter, Facebook, Google+ or Linkedin,  or sign up for our weekly newsletter.

 

Banner


The Experience AI Challenge
28/03/2024

The Raspberry Pi Foundation in collaboration with Google DeepMind has announced the Experience AI Challenge. Its intention is to guide young people under the age of 18, and their mentors, through [ ... ]



Liberica Alpaquita Containers Now Come With CRaC
23/04/2024

Bellsoft has added CRaC support to its ready-to-use Alpaquita container images. This will enable developers to seamlessly integrate CRaC into their projects for performant Java in the Cloud.


More News

 

Last Updated ( Wednesday, 26 September 2012 )