Top "Azure-sql-database" questions

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

How to shrink Azure SQL server DB (18MB of data charged for 5GB of server space already)

I have problem with Azure SQL DB. Bacpack export of DB is only 18MB but charged DB size of server …

azure azure-sql-database shrink
SQL Database access from a WebJob in Azure

I plan to use WebJobs as a lightweight substitute for NServiceBus but wanted to first verify that routine SQL Azure …

azure-sql-database azure-webjobs
Create an new administrator level login in Azure SQL?

I need to replace my old admin login/user with a new one. I tried the following: CREATE LOGIN newDbAdmin …

admin azure-sql-database
When should I use Sql Azure and when should I use table Storage?

When should i use Sql Azure and when should I use table Storage? I was thinking , use table storage for …

azure azure-sql-database azure-storage azure-table-storage
What is the difference between Azure SQL Database Elastic Pools and Azure SQL Database Managed Instance?

Azure SQL Database has two similar flavors - Managed Instance and Elastic pools. Both flavors enables placing multiple databases that …

azure azure-sql-database azure-sql-managed-instance
Does or does not SQL Azure support CLR assemblies?

We've got a couple of on-premises dbs and we're seeing if we can migrate them to SQL Azure. Some of …

sql-server azure azure-sql-database sqlclr azure-sql-managed-instance
SSMS - SQL Azure v12 preview - unknown property IsNativelyCompiled

When I try to view stored procedures in a SQL Azure database (V12 preview) in Management Studio (2014) I get the …

azure-sql-database ssms
How to set any column as primary key in Azure SQL data warehouse

I am trying to set one column in DB as primary key but I always get this error: Enforced unique …

azure-sql-database azure-sqldw