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


Amazon Ending Alexa Skills Payments
12/04/2024

Amazon has told developers who are signed up to the Alexa Developer Rewards Program that their monthly payments will end at the end of June. The announcement follows a decision to end the program unde [ ... ]



We Built A Software Engineer
20/03/2024

One of the most worrying things about being a programmer today is the threat from AI. It has gone so far that NVIDA CEO Jensen Huang proclaims that you really shouldn't start training as a programmer  [ ... ]


More News

 

Last Updated ( Wednesday, 26 September 2012 )