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


Call For Code 2024 Focuses On Generative AI
01/03/2024

This year's Call for Code challenge has been launched with a theme of the use of generative AI technology for solutions that aim to improve equitable access to resources and opportunities for historic [ ... ]



Bun Shell Released
29/02/2024

The developers of the Bun JavaScript runtime have released Bun Shell, a new experimental embedded language and interpreter in Bun that lets you run cross-platform shell scripts in JavaScript and TypeS [ ... ]


More News

 

Last Updated ( Wednesday, 26 September 2012 )