0
votes
2answers
36 views

Azure and SQL Server: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server

Using Azure with SQL Server. In 30% of the cases where the SimpleRoleProvider is implicitly called we get an error: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server. The ...
0
votes
0answers
32 views

SQL Server works in CLI but not PDO

I'm running this; the SQL that's outputted in the die() works fine when copied and pasted into the console, but it's throwing an error SQLSTATE[42000]: [Microsoft][SQL Server Native Client ...
1
vote
1answer
63 views

Adding WHERE adds 20+ seconds to SQL Azure query

I'm looking for some advice on speeding up queries in SQL Azure. This is an example of the two queries we're running, when we add a WHERE clause on there, the queries grind to a halt. Both columns, ...
0
votes
1answer
51 views

MS SQL Database with 10m rows, convert varchar to int on column

We've inherited a database, it's got 10m rows and a query like this, that runs quite often: SELECT SUM(CONVERT(INT,numSeconds)) AS total_dwell from [dbo].[Orders] where category='Shoes' AND ...
2
votes
2answers
62 views

How to migrate from Azure SQL to SQL Server? [duplicate]

Okay this is not about migrating existing sql server database to azure database. Its the other way round. I want to stop using azure sql database, and moved to full version of SQL Server. How do I ...
-7
votes
0answers
38 views

Azure Trial created SQL server database [closed]

After creating db, clicked on manage icon. prompted for login credentials. supplied account credentials which were not accepted. trial version offers no support for anything.
0
votes
2answers
70 views

Windows Azure VM (Iaas) unexpected restarts [closed]

I have a number of VMs on Windows Azure (Iaas) hosting a website. There are a number of load-balanced front-end VMs, all connecting to a single VM with SQL Express. It works well. However! I'm ...
0
votes
0answers
23 views

Drupal 7: Class SelectQueryExtender not found in pager.inc line 15

I have one problem: I've setup Drupal 7 and MS SQL 2012 on local machine. It's work fine. But now I need to deploy site to Windows Azure. I've created new web site on Azure and MS SQL DB. Have ...
0
votes
1answer
55 views

Can't connect to Azure DB from Azure website

I have an existing VS2010 ASP.NET webforms site that I am trying to get running on Azure as a POC for a client. I migrated the site to a VS2012 project, added an Azure Cloud Service Project, and have ...
1
vote
2answers
105 views

Cannot get Linked Servers to work in Sql Azure

We are using a trial version of Azure. We are trying to perform cross server queries from our SQL 2012 in-house. We seem to have our local 2012 linked with Azure. When I go into Server Object -> ...
0
votes
0answers
27 views

Continuous delivery of SQL Database to Windows Azure by using Team Foundation Service

I have Continuous delivery from TFS running to Azure for the C# project and this is fine. I now want to the Continuous delivery to work with my SQL database. Currently I have a SQL 2008 R2 database ...
0
votes
1answer
36 views

Windows Azure: Outbound request from hosted application

We have a Windows Azure app that needs to make an outbound request to another third party SQL Server. The third party doesn't want to allow just any connection to their database from any source so ...
0
votes
1answer
30 views

Unable to login to SQL server

Im trying to connect to my windows azure sql database using SQL server authentication but this is the error that appears "A network-related or instance-specific error occurred while establishing a ...
0
votes
0answers
42 views

Would a HiLo style primary/clustering key cause fragmentation?

We are building an application that requires unique primary keys across disconnected clients (phones, tablets, etc). One of the approaches we are considering involves assigning each client a node id. ...
5
votes
1answer
102 views

SQL Azure - Failed Connections - But no problems?

We recently migrated a client to the SQL Azure platform during the course of a production deployment. By all outward signs, it was successful: the web apps connected to it are all working. However, ...
1
vote
1answer
71 views

Transaction between SQL Azure and Azure Table Storage

At my current project we are working on a distributed cloud application that will store the state of an entity and the associated events. When a message is recieved from the queue we update the state ...
2
votes
3answers
132 views

How hard to migrate from IaaS to PaaS on Azure

So I'm thinking of dipping a toe in the Azure pool Our web App Suite will soon be a pure ASP.Net + SQL Server affair For various reasons it will be simpler to initially create a SQL VM and run ...
0
votes
0answers
40 views

Download sample databases on free trial of Azure VPC w/ SQL Server. . .

I am trying to download a sample SQL database (Northwind) within my free trial of Azure w/ SQL Server and get blocked at every attempt. . . cant find any confirmation that any such actions are ...
1
vote
2answers
1k views

Use SQL Server Management Studio to connect remotely to an SQL Server Express instance hosted on an Azure Virtual Machine

Initial Attempt I have a Azure VM with Windows Server 2012, on which I just installed SQL Server 2012 Express Database Engine component. Then, I followed the instructions here to connect remotely ...
0
votes
3answers
43 views

How do I access sys.certificates table in SQL Azure?

I tried to query all items from sys.certificates table in SQL Azure - both from the master database and from the usual databases - every time it yields Invalid object name 'sys.certificates' ...
1
vote
0answers
46 views

Azure Linked Server:

I understand that there are a few threads existing on this area, around a local server using Azure MSSQL as a linked DB. My specific issue is the linked server appears, connects and I can view the ...
0
votes
1answer
156 views

Why is PHP -> MSSQL very slow when the DB is not on the same machine as the PHP code

In the course of trying to move our website to Azure, we've found a problem with our PHP code talking to MSSQL. On the current dedicated host (hosting both the PHP and the DB), going to a page ...
0
votes
2answers
172 views

Azure Database Installation Error “Invalid Object name 'Categories' ”

I am completely ignorant in relation to databases and servers etc. Please bear with me. I am trying to install a program called RealProspect 2009 which allows both local and remote sql database ...
0
votes
2answers
158 views

Windows Azure Website connect external SQL server

I just upload my project to Windows Azure website free version. My website need to connect to external SQL server on another web hosting.(not SQL server on windows azure). When i develop on my PC. ...
0
votes
1answer
65 views

How to Retrieve the most recent Identity value and use it in an INSERT statement in SQLServer/Azure?

[EDIT] In response to Mitch Wheat's advice, inserts now work with (SCOPE_IDENTITY(), 'Semi-Fail'), (@@IDENTITY, 'Semi-Fail'); however, both produce NULL values on select: create clustered index ...
1
vote
1answer
130 views

How to isolate SQL Data from different customers?

I'm currently developing a service for an App with WCF. I want to host this data on windows-azure and it should host data from differed users. I'm searching for the right design of my database. In my ...
0
votes
1answer
222 views

Visio - Reverse Engineering a Database Model from an Azure SQL Server DB — Crashing

In the Microsoft SQL Server Setup for database drivers, I have checked off SQL Server, SQL Server Native Client 10.0, and SQL Server Native Client 11.0. I have created 6 data sources, one for each ...
0
votes
0answers
117 views

Failover Azure VM running SQL Server? [closed]

I'm currently looking at hosting an SQL Server database on an Azure Virtual Machine Instance and connecting the website via two load balancing web-roles. Due to various limitations in our application ...
0
votes
1answer
114 views

Problems with SQL Azure Migration Wizard

I am trying to migrate my SQL Server 2008 R2 database to Windows Azure. I am using SQLAzureMW for this. But I am getting the below errors after inserting few rows. BCP Command: bcp.exe ...
0
votes
2answers
231 views

Query Multiple Databases SQL Server

I'm having a problem running a query across multiple databases on an Azure SQL Server. This is the function I have made to return a DataTable from the query once it has been executed. The function ...
0
votes
1answer
96 views

Windows Azure Cloud Service connection with sql database

I have been making requests to my cloud REST Service over the two past weeks. Everything was fine until yesterday. Over the past days, I kept re-publishing my service to the cloud to test some of its ...
0
votes
1answer
60 views

Azure Table Storage mirroring

I am proposing an Azure environment with the following: VM SQL Server for core relational data Table Storage for bulk data I want to mirror the SQL Server database to another server so that ...
1
vote
1answer
36 views

SQL Azure table relations

I have a simple database schema. Table TAGS and table USERS. How I can make a column in USERS table with List of TAGS ?
0
votes
3answers
101 views

Table scaling with partitions or with separate databases?

Let's say I have a table (let's call it BigTable) which could experience 5,000,000 INSERTS per day (with possibly just as many SELECTs). Each row inserted is about 50kb. These daily INSERTs are ...
2
votes
1answer
168 views

Azure VM: SQL Server database on OS Disk or Data Disk?

I am busy migrating to Azure Virtual Machines. Should my SQL Server database MDFs reside on the OS disk or on a data disk (which, as far as I understand, is a page blob - also known as a Azure Disk ...
0
votes
1answer
75 views

Is it inefficient to run VS2012 and my SQL Server on the same machine? [closed]

I am developing a ASP.NET MVC4 application that runs on Azure. I use simple membership for authentication and my data is mostly stored in tablestorage. This includes the source for web pages which is ...
1
vote
3answers
209 views

SSMS Object Explorer - Select Top N Rows missing when connected to Azure DB

I just upgraded my SSMS to 2008 R2. I'm missing the option to select the top 1000 rows from a table, like this: Mine looks like this: I know how to change the number of rows that are displayed, ...
0
votes
1answer
57 views

Running a dedicated SQL Server VM in windows Azure

I've read that you can pay a per hour fee to license SQL Server on a Windows Azure VM, if you want to run a dedicated instance (as opposed to using Azure SQL). However, when I go to create a VM ...
0
votes
0answers
93 views

i am not able to connect windows azure sql server database from my system

i created sql server in windows azure .after i am trying to connect this database it showing error. import java.sql.Connection; import java.sql.DriverManager; import java.sql.ResultSet; import ...
2
votes
3answers
489 views

Cannot access SQL Azure DB from Azure website even though same connection string works from local website

Apologies for the long question - I'm just trying to explain everything I've done to save people making suggestions to do things I've already tried. I've recently set up my first website on Azure. ...
2
votes
1answer
71 views

Name / Rename Azure SQL Server

When creating a SQL Server through the Azure portal, it generates a random server name like abcsomejunkcharactersxyz.database.windows.net. While I realize this is some level of security through ...
0
votes
1answer
207 views

Connections with Entity Framework and Transient Fault Handling Block?

We're migrating SQL to Azure. Our DAL is Entity Framework 4.x based. We're wanting to use the Transient Fault Handling Block to add retry logic for SQL Azure. Overall, we're looking for the best ...
3
votes
1answer
105 views

Dropping Azure Schema or Deleting Rows takes a very long time

Vague title I know. I have, at the moment, 16,000 rows in my database. This was created just while in development, I want to now delete all these rows so I can start again (so I don't have duplicate ...
1
vote
0answers
476 views

Consistently receiving “timeout period elapsed” from session state provider (Entity Framework) with SQL Azure

Consistently i am receiving an error from the session state module in ASP.NET 4.5 Windows Azure Web Role which points to a SQL Azure database. The session state module is using the dbcontext. The ...
1
vote
1answer
133 views

emulator windows azure compute emulator does not work, and the following error appears:

emulator windows azure compute emulator does not work, and the following error appears: windows azure tool for microsoft visual studio The system is missing a prerequisite to run the service. see ...
0
votes
2answers
477 views

Windows Azure, Entity Framework. Keyword not supported: 'metadata'.

This has been asked a few times but I haven't been able to make any of the suggestions work for me. I have a website and SQL database that I've build locally and now deployed into Azure. The database ...
0
votes
2answers
662 views

Opening ports for Windows Azure Virtual Machine

I have a Sql Server instance installed on my Azure Virtual Machine. I've changed the port for Sql Server to...let's say 4849. I opened this port in Windows Firewall and established the endpoint for ...
2
votes
2answers
186 views

Azure database with Ninject

Have created a web application with Ninject and .Net 4 (have tested both 4.0 and 4.5) intended for Azure. The application has been tested ok on Azure before adding database support to it. Locally it ...
1
vote
3answers
63 views

How do I address cases when a transaction completes in the database but a connectivity issue causes an exception?

In my Azure web service I have code that invokes a stored procedure in SQL Azure. Sometimes it happens so that the stored procedure completes but the connection is broken afterwards and the caller ...
2
votes
1answer
54 views

Determine Last Modification Datetime for an Azure Table

I am developing an application which may be hosted on a microsoft sql server, or on Azure SQL, depending upon the end user's wishes. My whole system works fine with the exception of some WCF ...

1 2 3