Data Management: SQL Database
-
Support full-text indexing
Our application is heavily dependent on it. So this is a blocker right now.
2,407 votesFree text search is something that we are working on, although not in the near term horizon.
-
Enable backups
We need the ability to do backups. Just simple, standard backup files that we could create and download at the very least. It doesn't have to go directly blob storage or all these other suggestions. But we really, really need backups to use SQL Azure for production. Not data sync, not bcp, not SqlAzureMW -- just regular old sql server backups.
1,902 votesFor information about what’s coming from SQL Azure, go to about 38:00 in this presentation from TechEd. http://channel9.msdn.com/Events/TechEd/NorthAmerica/2011/DBI313
-
Make SQL-Azure 100% T-SQL compatible
I script I maintain/exported from an on-premise site should just run on the cloud.
It doesn't matter if it implements some tokens as a No-OP or with warnings or notes. But it should compile unaltered and run on Azure.
866 votes -
Cross database reference
The ability to query (read-only) data from a difference database or linked server. This will allow to reference (join) some tables from the source database and build views that uses two or more SQL Azure databases.
645 votes -
developer version
Provide a feature complete free version of SQL Azure for developers beyond Jan 2010
586 votes -
Enable Transparent Data Encryption
Enabling TDE would go a long way to help placate business sponsors concerned about their data being housed in Microsoft's datacenters. Even though the cloud is arguably more secure than doing it yourself, turning on TDE would provide a warm fuzzy feeling to those not comfortable with the concept.
559 votesWe have several improvements around encryption, including data at rest and during use. Today I don’t have a timeframe that I can share.
-
467 votes
-
410 votes
-
Full Management Studio Support
Currently you can only run queries against SQL Azure databases. It would be good to get the rest of management studio working (object explorer etc.)
392 votes -
OData Support
1. Create a new Database.
2. Check an "Enable OData data services"
3. Get a non-code OData service over the database302 votesWe have an early look at this feature on our incubation site at https://www.sqlazurelabs.com . Please provide us feedback on this feature by emailing sqlazurelabs@microsoft.com
-
Enable SQL Service Broker in SQL Azure
Service Broker should be available in Windows Azure.
204 votes -
Add support for ASP.NET sessions in SQL Azure
Please add support for ASP.NET sessions in SQL Azure. Although the membership and roles providers currently work with SQL Azure, the session provider does not. If we have more than 1 instance of our web roles we are forced to use the custom ASP.NET session provider that uses Azure Storage which is very slow and buggy. I have a whole thread on this in the forums: http://social.msdn.microsoft.com/Forums/en-US/windowsazure/thread/b87cadf1-2918-43d3-972f-0fb32f13d5ca
204 votes -
Add SQL Server Agent or its ability to create custom jobs
Ability to create jobs that can run from 1 minute, 1 hour etc.
BTW Love SQL Azure keep up the good work guys!
181 votes -
Implement FILESTREAM for blobs into Azure Blob Store
Storing blobs in the database is fairly pointless when you have a dedicated blob store. Implement the FILESTREAM protocol to store blobs in a user's azure storage
154 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. This is a serious flaw. Please fix.
139 votes -
XMLNAMESPACES alternative in sql azure
Hi,
We are planning to shift our enterprise application to windows azure platform...
but we have critical issue where we are using XMLNAMESPACES in attribute level ... since sql azure is not supporting this syntax what can be the best alternative or will it be supported in future sql azure features.....
this is business based enterprise application developed based on client requirements we cannot change the xml format.. so please provide best alternative ..please see the sample below
DECLARE @x xml ,
@L_C VARCHAR(10),
@l_cnt numeric(10),
@doc int
BEGIN
SET @x='<F CT:I="54" CT:Ins="" CT:F="1" CT:X="F$F$" xmlns:CT="your:namespace" DEF="1">
</F>'
;WITH XMLNAMESPACES…126 votes -
Allow sql backup for Sql Azure
Not knowing where your data is and moving to another cloud hosting provider could be a nightmare if you cant retrieve the stored data into one file
115 votes -
Support Sql Change Tracking
Add in Sql 2008 Change Tracking
114 votes -
Add DTC support for SQL Azure
I want to utilise LINQ and TransactionScope in my web roles and DTC support in SQL Azure would solve this problem
110 votes -
GUI Support in VS and SSMS
Need full GUI support creating tables, editing tables, database diagrams, etc. in the tooling of both Visual Studio. Biggest reason I use SQL Server over Oracle is the better tooling which is now mostly gone in Azure.
105 votes
- Don't see your idea?