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


Quantum Company Wins Digital Startup Contest
03/03/2024

Quantum specialists Qilimanjaro is the winner of this year's Four Years From Now competition. The award was made at this year's Mobile World Congress (MWC) in Barcelona.



AWS Adds Support For Llama2 And Mistral To SageMaker Canvas
12/03/2024

As part of its effort to enable its customers to use generative AI for tasks such as content generation and summarization, Amazon has added these state of the art LLMs to SageMaker Canvas.


More News

 

Last Updated ( Wednesday, 26 September 2012 )