-
1 vote
Add SEQUENCE GENERATOR feature
Add the ability to create user-defined sequence generators. This includes adding the funcitonlaity in a Federated Member.
-
3 votes
Easy way to identify federated tables
Currently the only way to determine which tables in a federation are federated is to do a join between sys.objects and sys.federated_table_columns. It would be nice to have a field in sys.objects similar to the federated field added to sys.databases.
-
3 votes
Make Azure SQL available through Azure Virtual Network
For easier access til Azure SQL databases from a local server in an enterprise application environment.
-
1 vote
-
4 votes
To support older @@version. Nov'11 release has many Spatial issues
Every few months, we see frustrated Azure's users about SQL Azure (forceful) releases. Here are some from last week. We successfully tested same setup on 2012RC0 with no issues.
http://social.msdn.microsoft.com/Forums/en-CA/ssdsgetstarted/thread/77618325-ba1a-4af8-b5cb-171f13e09794
http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/thread/7a30eee1-015c-4c71-b932-15bfb51ca43a -
5 votes
Custom Fonts for Azure Reporting
Allow custom fonts to be loaded on a Azure Reporting server.
-
3 votes
allow custom names of Azure Reporting servers
This would simplify the management of multiple Report servers. The name must not necessary bet the same as the Report Server URL.
-
6 votes
Feature to schedule exports to Azure Storage Via SQL Azure Import/Export
SQL Azure Import/Export is an awesome tool! And it would be great if we could schedule exports to Azure storage via this tool. So say, if i can configure it to export my SQL Azure database to Azure storage every one hour - that would great!
Thanks.
-
3 votes
document command line interfaces so i can drive AZURE my way
Driving Azure with HLASM Assembler and Cobol www.z390.org www.zCOBOL.org
works on cloud share pro -
15 votes
SQL Azure Beta Cluster
Customers and Partners need a "lab-in-the-cloud" that showcases upcoming features of SQLAzure. This cluster could be made available a few months before code is released to production. It helps customers to validate features and develop functionality on early bits and stay prepared for cloud upgrades.
-
1 vote
Container security for Azure Storage
For each container inside Azure Storage account, the ability to assign a user/group to a container. That way implementing role based security instead of having all account users that can see all containers.
-
3 votes
Send Email when nearing database MaxSize Limit
It would be great if SQL Azure would send out an email when your database was reaching it's MaxSize limit. This would allow for us to increase the quota BEFORE our applications go down due to "database full" exceptions!
Possibly, when hitting 80% of MaxSize and then a gain at… more
-
8 votes
Support Rebuilding Indexes Online for Tables with Large Objects
Following the guidance from
I attempted to rebuild a heavily fragmented index using Online=ON:
ALTER INDEX ALL ON [Backups] REBUILD WITH(ONLINE = ON)
And received the following error:
'ONLINE INDEX DDL WITH LARGE OBJECT' is not supported in this version of SQL Server.
My table contains a varbinary(max) field.… more
-
2 votes
Active Directory Integration
As if now SQL Azure supports only SQL Authentication.Would it be possible to create something like a virtual Active Directory in Windows Azure, sync the Azure Active Directory with my domain Active Directory and then use windows authentication to connect to SQL Azure.Would Azure team work on creating this functionality.
-
5 votes
Increase database max size to be > 50GB.
The hard cap of 50GB might be a business limitation and we would like to see an offering to help us create databases of size > 50GB.
-
18 votes
allow use of regular expressions and other usefull CLR methods
Because CLR support is not yet planned I suggest to add few public CLR methods to MASTER database like RegExSearch, RegExReplace etc. Full list of these methods (t-sql CLR functions) should be of course discussed bellow. Hope this suggestion is reasonable ;)
-
3 votes
Peer to Peer Transactional Replication
Support for Peer to Peer Transactional Replication between servers. Allows my Azure app to use the appropriate closest instance around the globe.
-
3 votes
FOR LOGON Triggers with Azure Federations
With FOR LOGON triggers SQL Azure Federations could be explicit for applications. In this case DBAs and developers can set appropriate federation for particular login (such as tenant login) when connection starts just in trigger
-
6 votes
ability to have more than one account administrator and/or service administrator
As of now, SQL Azure allows only one service administrator and an Account administrator. it would be good to have the facility to have more than one of them
MSDN Forum thread that showcases the need for this functionality: http://social.msdn.microsoft.com/Forums/en-US/ssdsgetstarted/thread/8f7a0ca2-ca58-4499-a89c-bbc54e266fcb
Status: planned -
3 votes
Progress seems very slow
We have a number of fundamental requirements listed in this forum but the only one delivered to date appears to be Spatial Coordinates. It appears you're not listening which is something Microsoft has been severely criticised for previously.
Please, please can we see some progress.
Key items (from my point… more
