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

0
votes
0answers
17 views

Unable to use geography data type with Azure Cloud Service

I have a problem trying to use SQL Server geography data type with an Azure Cloud Service. I have followed the instructions available at ...
0
votes
1answer
18 views

Connecting to SQL Azure from a Java application

I have a Java Application that connects to an SQL server database via JDBC driver and everything works fine. I have lately migrated my Database to the Azure SQL server and so the Java application. Of ...
1
vote
1answer
25 views

Determine SQL Azure Region without using Admin Console

I am working on a solution that uses SQL Azure. Part of the project deals with backups and using the DAC Web Services for backups. The issue is that there is a different endpoint depending on which ...
0
votes
0answers
25 views

How to improve the efficiency when storing images in a database

I’m designing a database to manage data for a web application which gives information about restaurants. The main entities are Restaurant, ResturantLlocations, FoodCategory, FoodItem, Promotions, and ...
0
votes
1answer
36 views

How to find Azure Subscription Quota

I did google and could not find any accurate answer. When I try to deploy the web application to different data centre, I am getting error message below: Server response = 40652 Cannot move or ...
0
votes
0answers
31 views

Intercepting query in DbContext

I am working on a project using SQL Azure. In order to handle Sql Azure Transient Errors I am using Transient Fault handling framework. I have a class MContext which inherits from DbContext I wrote ...
0
votes
1answer
20 views

SQL. Compare Rows and Set Values to NULL If Nonexistent

Here is sample data: | date | id | version | | 2013-04-15 | 'ape' | 1.1 | | 2013-04-15 | 'bat' | 2.1 | | 2013-04-15 | 'cat' | 3.1 | | 2013-04-15 | 'dog' | 4.1 ...
0
votes
2answers
22 views

Import data from Azure SQL to HDInsight (text file)

I have been trying to import data from my SQL Azure DB which is publicly available into HDInsight. Both are part of same subscription. I fire following query at the HDInsight Command prompt: sqoop ...
0
votes
0answers
23 views

Not able to access WCF service without any apparent change

All of the sudden, I can't any longer access my WCF services. As far I can imagine, I haven't made any changes except for incidentally unloading and then reloading the project. This is the error ...
0
votes
1answer
31 views

Queries to connect Azure Websites with SQL server in Windows Azure Virtual Machine

I had one requirements to migrate 1 web application and couples of databases (4) to windows azure. I had selected SQL Server standard edition to move all databases and moved my databases to sql server ...
0
votes
0answers
23 views

WCF error at client - Hosted in Azure

I deployed a WCF service in Azure website.This can be easily accessed as below - http://mytestwcfservice.azurewebsites.net/Service1.svc This service as following functions - A) ...
1
vote
1answer
24 views

Issue with SQL Azure regarding clustered index and delete constraints

I have the following SQL script that seems to work on local SQL 2008 R2 instance but fails on Azure SQL. I have scoured the web but have not found any solution yet. Any suggestions? I would like to ...
-2
votes
0answers
6 views

:Information regarding SQL Azure Features [closed]

We need information about following database features: 1: SQL Server Agent/Jobs 2: Replication 3: Backup and restore 4: CLR Assemblies 5: Service Broker 6: Partitioning 7: Mirroring
1
vote
1answer
16 views

Are these the correct Indexes for an Indexed View for Leaderboards Grouped By Hour/Day/Month?

Here's and example of a script which creates an Indexed View Grouped By the Hour. I also have 2 others for Day and Month. The table UserPoints stores a record whenever points are awarded to the User ...
-1
votes
0answers
38 views

Easiest way to access database from web application in Azure (same account)? [closed]

I'm creating a very simple proof of concept. On the same Azure account I have a database called DaBa and a web application running a service called WeSe. At the moment, when I call a method in WeSe ...
1
vote
2answers
30 views

Azure SQL Database naming ambiguity

Our application uses an Azure SQL Database. Apart from our local dev setup, we have two environments: Staging (for quality assurance and client testing), and Production (live) The Staging ...
1
vote
0answers
26 views

User-defined CLR data types in Windows Azure SQL Database

I have created user defined data types in my project. Now I am going to deploy my project on Windwos Azure. I have defined user defined CLR data types in my sql server 2008 database. As much as I ...
1
vote
1answer
42 views

Apply formatting for string in Azure to TextBlock

I'm using Azure Mobile Services to store the data in my application. One of my fields is set as nvarchar (max) and within that field is going to be a long list of times. Before, when my data was ...
0
votes
0answers
27 views

Dealing with request limits

I have a very large number of errors occurring in production right now, mostly timeouts and this: Exception type: System.Data.SqlClient.SqlException Exception message: Resource ID : 1. The ...
0
votes
0answers
18 views

Can't create a web site (Azure) with limited connection rights to the database

I'm trying to set up a web site in the cloud and it works well if I specify the credentials for my super-duper-user to the DB I've created. However, I'm afraid that then, the security issue isn't ...
1
vote
2answers
38 views

C# .Net Desktop application to Modify and Retrieve data from SQL Azure?

I have a C# .Net desktop application project that requires an sql database wherein instead of using a local database, I am planning to use a cloud hosted sql database until I found out about sql ...
0
votes
0answers
48 views

Azure: Connection Timeout Expired. The timeout period elapsed during the post-login phase

We got the error below hundreds of time this morning: System.Data.SqlClient.SqlException (0x80131904): Connection Timeout Expired. The timeout period elapsed during the post-login phase. The ...
0
votes
0answers
32 views

Will several Azure instances complicate the database migration?

I'm running an Azure web-application using EF and database migrations. Currently I'm running only one instance of the web-application, but my question here concerns the case where several instances ...
1
vote
0answers
59 views

Windows Azure SQL Database - Identity Auto increment column skips values

Currently working on an ASP.Net MVC 4 application using Entity Framework 5. Used CodeFirst for initial development phase. But have now disabled the Automatic Migrations and designing new tables ...
0
votes
1answer
10 views

What's the equivalent of the deprecated GRANT ALL on SQL-Azure?

Apparently, when I execute: grant all to myself; I get the error message telling me that grant all is deprecated on SQL Azure. After googling for a while, I haven't found an equivalent. Is there ...
0
votes
1answer
23 views

Master database missing (not displayed, at least) in Azure

I'm trying to set up a login in my DB on Azure and according to all the guides I've seen I need to be logged in to master DB. It's been also mentioned that when I create a server, I get that database ...
-1
votes
1answer
34 views

How to meter Azure Web Application developed under SaaS model for billing the onboarded tenants? [closed]

I have developed Azure cloud web application that uses web roles & worker roles and stores the data in common table storage tables, tenant wise blobs and schema wise separated azure sql database. ...
1
vote
2answers
55 views

Alternative solution beside SQL Data Sync to synchronize multiple Azure SQL instances?

I need to synchronize multiple Azure SQL databases distributed on different location all over the world. Beside each SQL server runs a cloud service in the same Geo-location. SQL Data Sync looked ...
0
votes
0answers
18 views

How to Log to Azure DB custom table using NLOG

How to get NLog to write message and exceptions to Azure SQL DB, I have configured NLog.config file with target set to database which works fine in Development environment which has SQL server 2008 as ...
0
votes
0answers
13 views

Sql Azure Federation — Store procedure Not found exception

For better scalability, we switched our DB to sql azure federation some days ago, but lately, we experience the error “Could not find stored procedure dbo.XXX” several times in our production env and ...
0
votes
0answers
31 views

2 database servers in the same region get different ip -> copy impossible

I want to copy database from server a on account 1 to server b on account 2. I create a new server on each account, both are in region "west europe". According to the msdn docs both server have to ...
-3
votes
0answers
33 views

What does “Basic SQL Technology” include in Windows Azure? [closed]

I need to know what does "Basic SQL Technology" include in Azure but the official page doest´t explain. http://www.windowsazure.com/en-us/services/data-management/ Thanks
-1
votes
1answer
48 views

Error connection with Azure SQL Database with Windows Azure

The below error occurs often. I wonder if anyone has ever experienced this or what would be the reason? I use Entity Framework 4.0 and. NET 4.0 and Visual Studio 2010 and Windows Azure SDK 1.7 and ...
0
votes
2answers
53 views

Azure - Prod/Test/Dev environments

I have an Azure Cloud Service that hits an Azure SQL Server. When I first set this up, I really didn't know much about what I was doing and just wanted to get familiar with Azure. So now I'm at the ...
0
votes
0answers
25 views

Can I add a unique constraint that ignores existing violations? [migrated]

I have a table which currently has duplicate values in a column. I cannot remove these erroneous duplicates but I would like to prevent additional non-unique values from being added. Can I create a ...
1
vote
1answer
28 views

Azure service how notify a posible degradation service?

I have got two database (SQL azure) in North America, I'm getting error that the applications can't Access to the server. I didn't update the application or database, so I supose that there are a ...
0
votes
1answer
27 views

Avoiding Escalation to DTC for SQL Azure

I was testing my code by disabling MSDTC and wanted to make sure that no transaction within my code gets escalated(Trace why a transaction is escalated to DTC). Now the code seems to work fine and ...
0
votes
1answer
33 views

Script for creating database if it doesn't exist yet in SQL Azure

This question may related to Checking if database exists or not in SQL Azure. In SQL Azure, I tried to use a script like this to check the existence of a database, and create the database if it ...
0
votes
1answer
51 views

Image Pattern Matching in SQL Server

I have an metro app which takes a picture of a burning flame and sends it Azure. I am storing image directly in SQL Server table and not in BLOB because the image is generally < 100KB. The way I am ...
0
votes
0answers
12 views

SQL Azure Reporting - There was an exception running the extensions specified in the config file. ---> Maximum request length exceeded.

I am trying to deploy an RDL file (5MB) to SQL Azure Reporting server in South Central US using the deploy function in SQL Server Data Tools but facing the following error during deployment to Azure ...
1
vote
1answer
69 views

Setting time Zone in MS SQL Server Database

i am using php with mssql, on windows azure cloud storage , when i insert datetime with code then it insert '2013-05-30 11:31:47.000' (which is correct time with indian time zone) but when i use ...
0
votes
2answers
52 views

Running Umbraco on Azure Websites

Is this a supported scenario in Windows Azure 2013. Website hosted as an Azure Webites (not virtual machine) SQL Azure (not SQLCE) I'm concerned that #1 will have issues with folder permissions ...
1
vote
1answer
26 views

What's the maximum amount of data I can store in a SQL Server Row?

I am using Azure SQL Server as a backend database to an application. I would like to use one table in the database to store the HTML contents of a web page plus maybe ten other fields such as heading, ...
0
votes
0answers
25 views

Have text length limit when I insert new row into table in Azure

I set my column comment as Nvarchar(500) but when I try to insert a new row (exec store procedure from Azure), the comment column should contain about 200 characters, but it actually only contain 50 ...
0
votes
1answer
47 views

Migrate an existing DotNetNuke portal to windows azure

I am currently moving from my shared host to azure and I have been migrating my asp.net applications to azure/sql azure. For the mvc3/4 sites, I had to change their membership providers to the ...
1
vote
0answers
44 views

How to avoid data loss with EF Model First database schema upgrade?

This is a long question, but I would be very very thankful if I can get some good advice on this. In short, I’m looking for a good approach for version upgrade of MS SQL database schema that also ...
2
votes
0answers
39 views

Avoid storing connection string in session for different sql schema

I am planning to have a multi tenant application in Azure where data isolation is achieved via schema separation. I am planning to use subdomain to identify the tenant. Idea is to get the tenant name ...
0
votes
2answers
53 views

Multi Tenant Data Architecture in Azure

I want to implement multi tenant architecture for database. Plan is to have same database but have schema in it which will have same tables, sprocs, triggers, etc. repeated for each tenant. Tenant ...
0
votes
1answer
49 views

Pre-Populate foreign keys in SQL with a new row

I am trying to write a SQL script which will go through a table with a newly created FK and pre-populate the key with a new row in the foreign table. I'm not 100% on how to do this or if its even ...
0
votes
0answers
66 views

Unable to create database on windows azure using entity framework code first

I am doing an ASP.NET MVC 4 application which is deployed into an Azure Website through a git repository. I started the project from the default template which include a SimpleMembershipAttribute. ...

1 2 3 4 5 23