Azure SQL Database is a relational PaaS database hosted in Microsoft Azure.
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-serverI am considering migration from Azure SQL to Azure SQL Data Warehouse. It seems to offer some of the features …
azure azure-sql-database azure-sqldwI 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-2014We are facing some issues with the deployed version of our application on cloud. Our application is an ASP.NET …
asp.net-mvc azure azure-sql-databaseI 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 dacpacI 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-databaseIm 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-storageI 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-identityI'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-tablesWe 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