Top "Azure-sql-database" questions

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

Azure SQL Database - Active Directory integrated authentication

I would like to achieve following: Avoid SQL authentication on Azure for my production configuration and use Active Directory integrated …

azure azure-sql-database azure-active-directory azure-sql-server
Azure SQL Data Warehouse DWU vs Azure SQL DTU

I am considering migration from Azure SQL to Azure SQL Data Warehouse. It seems to offer some of the features …

azure azure-sql-database azure-sqldw
SQL Server Management Studio 2014: Unable to view stored procedures on Azure SQL Database V12

I have updated SQL Server Management Studio to the latest version at time of writing - 12.0.4432.0 - this is SP1 …

sql-server azure azure-sql-database sql-server-2014 ssms-2014
How to make DACPAC update only one schema?

I have a VS2013 solution with *.sqlproj project that contains objects specific to this solution. The issue is that this …

sql-server azure-sql-database sql-server-data-tools dacpac
Full Text Search on SQL Azure

I have a database that I am migrating to SQL Azure. There are a couple of stored procedures in this …

.net tsql azure full-text-search azure-sql-database
Azure Table Storage - Entity Design Best Practices Question

Im writing a 'proof of concept' application to investigate the possibility of moving a bespoke ASP.NET ecommerce system over …

azure azure-sql-database azure-storage azure-table-storage
SQL Azure Integrated Authentication with a cloud-only Azure Active Directory fails

I have created an Azure tenancy and configured the following: Azure AD with: A simple custom domain name (less than 15 …

authentication azure-sql-database azure-active-directory federated-identity
ALTER TABLE DROP INDEX failed on a table that isn't memory optimized

I'm trying to drop an index created on a table, but I get this error - The operation 'ALTER TABLE …

sql azure-sql-database memory-optimized-tables
Setting EF Connection String in Azure Web App

We have an ASP .NET (MVC) app and are using Entity Framework 6 to connect to our databases. The DbContext is …

asp.net entity-framework azure azure-sql-database azure-web-app-service