Top "Azure-sql-database" questions

Azure SQL Database is a relational PaaS database hosted in Microsoft Azure.

How do I kill connections to Azure SQL database if I can't access it?

Today we migrated to AzureSQL V12. Tonight my site is offline, because of a persistent issue with the following message: …

sql-server azure azure-sql-database
Getting started with Azure storage: Blobs vs Tables vs SQL Azure

It's quite a topic, blobs vs tables vs SQL, and despite all I read so far I still can't find …

azure azure-sql-database azure-storage-blobs azure-table-storage
SSDT failing to publish: "Unable to connect to master or target server"

I'm attempting to use SSDT to publish to a SQL Server database in Azure. When I do so, I am …

sql azure azure-sql-database sql-server-data-tools
What is the azure table storage query equivalent of T-sql's LIKE command?

I'm querying Azure table storage using the Azure Storage Explorer. I want to find all messages that contain the given …

azure azure-sql-database azure-storage azure-table-storage
Azure SQL Database Web vs Business Edition

Is there any difference between the Web Edition and Business Edition of Azure SQL Database other than the maximum supported …

azure azure-sql-database
Enable-Migrations "Object reference not set to an instance of an object"

I just created a new service fabric service that will periodically attempt to save some models to SQL Azure using …

entity-framework azure-sql-database azure-elastic-scale
How to add Azure SQL Server connection string to app.config in Windows Forms?

I'm trying to add an Azure SQL Server connection string into my app.config file, but there are red underlines …

sql-server connection-string azure-sql-database azure-sql-server
converting SQL . BAK to SQL backpac format

I have MSSQL .BAK file, and for logistical reason (the DB being huge for my infra) I want to convert …

database azure-sql-database database-backups bacpac
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. …

sql-server azure azure-sql-database
How to set Azure SQL to rebuild indexes automatically?

In on premise SQL databases, it is normal to have a maintenance plan for rebuilding the indexes once in a …

sql-server azure azure-sql-database azure-sql-server