Tagged Questions

SQL Azure is the cloud-based relational database from Microsoft. It is almost like Microsoft SQL Server in the cloud.

learn more… | top users | synonyms

15
votes
4answers
2k views

Azure connection string best practices

I have an application that I am just migrating to Azure. Currently I use web.config transformation to manage changing the database connecting string dev/staging/prod environments. How is it best to ...
12
votes
6answers
2k views

Is SQL Azure PCI-DSS Compliant?

If I were to use separate Windows Server that was PCI-DSS compliant, would I still be compliant if I had a SQL Azure hosting the backend? This is assuming that I'm compliant at the application layer, ...
12
votes
7answers
689 views

Which ORM to use with SQL Azure?

Just wondering what everyones thoughts on what ORM to use for SQL Azure? I'm fairly comfortable using LINQ-to-SQL and I believe it is possible to get it working with SQL Azure. However, from my ...
9
votes
1answer
2k views

SQL Azure web vs business edition

Is there any difference between the Web Edition and Business Edition of SQL Azure other than the maximum supported database sizes? I'm assuming the naming has some significance but all of the ...
8
votes
5answers
648 views

Why and when do I need Azure?

I read plenty of articles about Azure and .NET Service Bus. I think I understand technical part but at the moment I'm missing the main point - some "cases studies" which should explain me what kind of ...
7
votes
4answers
917 views

Visual Studio Database Project and SQL Azure

I'm really struggling with the best approach for managing a SQL Azure database which is based on a Visual Studio 2010 Database Project. I figured it would be easy enough to use VSDBCMD to create diff ...
7
votes
3answers
2k views

Azure Tables or SQL Azure?

I am at the planning stage of a web application that will be hosted in Azure with ASP.NET for the web site and Silverlight within the site for a rich user experience. Should I use Azure Tables or SQL ...
7
votes
1answer
1k views

NHibernate with Sql Azure and Sharding

Does anyone have any good sources of information of using NHibernate with Sql Azure with the implications of sharding (because of the 10gb cap)? I know there are posts on the internet that reference a ...
7
votes
1answer
1k views

SQL Azure Profiling

I read on the MS site that SQL Azure does not support SQL Profiler. What are people using to profile queries running on this platform?
6
votes
1answer
1k views

SQL Azure table size

In mssql2005 when i want to get size of table in MBs, i use EXEC sp_spaceused 'table'. Is there any way to get space used by particular table in SQL Azure using some query or API?
5
votes
1answer
89 views

Is the connectionString within the project safe when deploying to the cloud?

I have found here an interesting blog that explains how to secure the visibility of the connection string from the developers. http://blogs.msdn.com/b/sqlazure/archive/2010/09/07/10058942.aspx As I ...
5
votes
2answers
98 views

Is there a way to log/trace all SQL queries made from a WCF service?

I'm working on a WCF service and I'd like to be able to get a dump of all the SQL queries it makes while I'm running it locally. Currently its executing sprocs through numerous spread out ...
5
votes
2answers
743 views

SQL Azure database using SQL Server Management Studio

I've been trying to work out whether it's possible to manage (i.e. add tables, modify them, create stored procedures) a SQL Azure database using some kind of GUI like SSMS and I keep coming up against ...
5
votes
2answers
868 views

getting error “Could not find stored procedure 'sp_OACreate'” in Sql Azure

When I try to execute the sp_OACreate stored procedure in SQL azure database. I am getting following error: Could not find stored procedure 'sp_OACreate' in SQL Azure. Can anyone tell me how to ...
5
votes
2answers
493 views

SQL Azure: What will happen if size of my SQL Azure get 5GB?

I need to know what will happen when a database in SQL Azure exeeds its size. For example I defined a 1GB database and this is going over its size limit. Will it change to a 5GB database?
4
votes
2answers
298 views

SQL Azure Bacpac Local Restore

I've created a BACPAC backup of my SQL Azure using the "Export" option within the Azure Management Console. Having downloaded this to my machine I'm a little stuck on how I can restore this to a ...
4
votes
2answers
210 views

Is SQL Azure suitable for Desktop client applications

I have a client that runs a small business. They need a custom database solution and I'm looking into various options. My experience is limited to .NET using local SQL Servers (no ASP.NET), however, ...
4
votes
6answers
345 views

How do you back up your SQL Azure database?

What is the best way to perform a nightly, automatic backup of a SQL Azure database? I make random backups when I need to before changes using the "create database xxx as copy of yyy" technique but I ...
4
votes
4answers
388 views

How to scale SQL azure?

I want to host my WCF services in the Azure clouds for scalability reasons. For example there will be some read data action. And it will be under High Load (1000+ user/sec). (Like in my previous ...
4
votes
2answers
358 views

NHibernate Azure AppFabric Cache

Has anyone tried using the NHibernate Velocity L2 cache provider against the Azure AppFabric Cache? If so, what did you discover? On a side note, we're using SQL Azure to store our data.
4
votes
5answers
773 views

copy sqlazure database to local development database

Does anyone know how I can copy a SQL Azure database to my development machine? I'd like to stop paying to have a development database in the cloud, but it's the best way to get production data. I ...
4
votes
1answer
143 views

Deploying a Data-Tier Project on SQL Azure - Pre and Post Deployment use the master DB

I'm using a Data Tier DB project to deploy on Azure, everything goes fine, the DB and the schema are well created except that during the pre and post deployment it always tries to use the master DB ...
4
votes
4answers
2k views

Which cloud database back end should I use for my Android app?

I'm designing a service that will comprise a cloud-based database (with a UI for us to manage the data), and then a mobile app for end-users that displays the data to people who want it (primarily ...
4
votes
3answers
649 views

Controlling azure worker roles concurrency in multiple instance

I have a simple work role in azure that does some data processing on an SQL azure database. The worker basically adds data from a 3rd party datasource to my database every 2 minutes. When I have two ...
4
votes
4answers
724 views

Real World Windows Azure Costing Examples, Anyone?

OK, we're in Dec 2010, azure has been out now for a decent period. Sure I've come across silly articles predicting what it might costs to run with Azure ...
4
votes
1answer
1k views

Perfomance - Table Service, SQL Azure - insert. Query speed on large amount of data

I'd read many posts and articles about comparing SQL Azure and Table Service and most of them told that Table Service is more scalable than SQL Azure. ...
4
votes
2answers
248 views

How to convert a web app with indvidual DBs to a cloud with a single DB?

I made a e-commerce app the runs on C#. Each instance of this app right now has it's own: IIS 7 app pool IIS 7 website SQL Server 2008 database My partner told me that we need to dump this ...
4
votes
1answer
213 views

Entity Framework Many-to-Many Clustered vs. Nonclustered Index

I designed an entity data model with two entities between which there exists a many to many relationship. When I auto-generate SQL code to generate the database for this model, it has generated a ...
4
votes
7answers
2k views

Is there a CMS system that runs on Windows Azure?

I am looking to build a new website using Windows Azure and SQL Azure. Does anyone know of any commerical or free CMS systems that I can use as the Web Role and that will connect and use SQL Azure as ...
4
votes
8answers
1k views

SQL Azure Backups

Has anyone come up with a good way to do backups of SQL Azure databases? The two approaches seem to be SSIS or BCP. SSIS looks like it requires a local install of MS SQL 2008 which I don't have. BCP ...
3
votes
2answers
42 views

SSIS data import with resume

I need to push a large SQL table from my local instance to SQL Azure. The transfer is a simple, 'clean' upload - simply push the data into a new, empty table. The table is extremely large (~100 ...
3
votes
2answers
87 views

Increase size limit of SQL Azure database from 50GB to 100GB

Can I increase size limit of an Azure database from 50GB to 100GB? if that's possible, what the implications are for the end users and processes? i.e., is the database set offline while the change is ...
3
votes
1answer
60 views

When is a clustered index absolutely necessary?

AFAIK SQL table indices are to improve queries speed, so are not absolutely necessary. However SQL Azure for whatever reason demands that each table has a clustered index, so I guess there're cases ...
3
votes
4answers
76 views

Simulate a SQL Azure enviroment locally

I´m planning to migrate an existing application to Windows Azure. I know about a lot of changes in architecture I have to do in my code. Today my application uses a SQL 2k5 database, and I wish to ...
3
votes
1answer
141 views

ASP.NET Membership - login works locally, fails on Azure

I'm working on an MVC3 site, and I've got a puzzling problem with ASP.NET Membership. I'm using System.Web.Providers 1.0.1 connected to a SQL Azure database. As it is now, the same username/password ...
3
votes
2answers
86 views

azure architecture - handling security

Planning to migrate our existing application to Azure. Our existing architecture with security flow is as follows ASP MVC 3.0 UI layer that takes user name password from the user We are planning ...
3
votes
2answers
132 views

Is it possible to change the connection string during an Azure VIP Swap

I'm trying to setup Staging and Live environments in Azure (September toolkit) and I want a separate Staging and Live database - with different connection strings. Obviously I can do this with ...
3
votes
2answers
279 views

Windows authentication in asp.net mvc 3 hosted on Windows Azure?

I am migrating one ASP.NET MVC 3 intranet Website to the Windows Azure and DB to SQL Azure. On Premises my site uses Windows Authentication to authenticate and authorize the user(By Placing AUTHORIZE ...
3
votes
2answers
427 views

SQL Azure Query Performance - Terribly Slow Even With Tuned Queries

Here's a basic query that relies on two non-clustered indexes: SELECT cc.categoryid, count(*) from company c INNER JOIN companycategory cc on cc.companyid = c.id WHERE c.placeid like 'ca_%' GROUP BY ...
3
votes
3answers
101 views

Is SQL Azure suitable for adhoc intensive SQL processing?

I'm looking for some guidance on whether SQL Azure is a suitable platform for one-off, short-term intensive processing of a batch of SQL data. (i.e. "crunching" of data) My scenario is as follows: I ...
3
votes
2answers
362 views

Automating deployment of .Net Web App to Azure & SQL Azure & Azure Blobs

Nutshell : I'd like some help / info / resources r.e. setting up a Team Build, MsBuild, TFS 2010 automated deployment for my Web App to Azure (inc. all the DB bits). Ideally I'd like to have a ...
3
votes
1answer
171 views

How to Resize a SQL Azure Database

How do I resize my SQL Azure Web Edition 5 GB database to a 1 GB database? I no longer need the extra capacity and do not want to be billed at the higher rate. I don't see anything in the Management ...
3
votes
3answers
287 views

Can't connect to SQL Azure from app, but can from SSMS

I have a SQL Azure instance set up and can connect to it with no issue from SQL Server Management Studio. However when my app tries to connect, this error occurs: A network-related or ...
3
votes
2answers
994 views

Is there a local emulator for SQL Azure?

Looks like Azure Storage Emulator omits SQL Azure. Does it hold true? Then how do I test my application that uses SQL Azure without deploying it onto live cloud?
3
votes
1answer
332 views

Using Entity Framework with SQL Azure - Reliability

I'm writing an application for Windows Azure. I'm using Entity Framework to access SQL Azure. Due to throttling and other mechanisms in SQL Azure, I need to make sure that my code performs retries if ...
3
votes
2answers
440 views

Entity Framework - SQL Azure Retry Policy

Could anyone guide me how to implement a retry policy with EF to SQL Azure, please. Thanks.
3
votes
4answers
187 views

SQL Azure for extremely large databases

In a scenario with a database containing hundreds of millions of rows and reaching sizes of 500GB with maybe ~20 users. Mostly it's data storage for aggregated data to be reported on later. Would SQL ...
3
votes
2answers
760 views

Lucene.NET + Azure + AzureDirectory or something else?

Good morning. I am currently working on a project which was originally going to be hosted on a physical server with SQL2k8R2, but it looks like we are moving towards the cloud and Azure... Since SQL ...
3
votes
4answers
450 views

SQL duration time calculation

I have a table of historic bus positions at a given time, recorded once per second. The schema looks like this: BusID int not null, BreadcrumbID int not null identity (1, 1), ...
3
votes
2answers
1k views

How does ServiceConfiguration.cscfg and ServiceDefinition.csdef play with WebConfig in Azure?

I have a big Silverlight app which I have successfully converted and added a CloudService project. I have uploaded the database to SQL Azure, and from my webconfig file with a connection to this ...

1 2 3 4 5 7