Top "Azure-sql-database" questions

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

How to resolve Azure "Windows logins are not supported in this version of SQL Server"?

I get the following error message, when I try to connect to SQL Azure. Windows logins are not supported in …

c# sql-server asp.net-mvc entity-framework azure-sql-database
Rename SQL Azure database?

How can i rename the database in sql Azure? I have tried Alter database old_name {MODIFY NAME = new_name} …

tsql azure azure-sql-database rename
SQL Azure - copy table between databases

I am trying to run following SQL: INSERT INTO Suppliers ( [SupplierID], [CompanyName]) Select [SupplierID], [CompanyName] From [AlexDB]..Suppliers and got …

sql azure azure-sql-database
How can I Schedule a Sql job in Microsoft Azure SQL database?

I have one SQL Agent maintenance job which checks the index fragmentation within a database and rebuilds indexes if required. …

sql sql-server azure-sql-database sql-job
New user cannot login to SQL Azure

I am creating a new read/write user on SQL Azure as follows: -- Connected to master create login [fred] …

azure-sql-database
Creating new user/login in sql azure

Create a new user/login in sql azure with access to read/insert/update on the database items like tables …

sql azure-sql-database
Changing the default database for a SQL Azure login

I would like to change the default database for a login to support software that can access SQL Azure but …

azure-sql-database
Why is running a query on SQL Azure so much slower?

I created a trial account on Azure, and I deployed my database from SmarterAsp. When I run a pivot query …

sql azure ssms azure-sql-database sql-server-2014
Changing Azure Resource Group location

I have a setup in azure with a bunch of resources combined in a resource group. I want my services …

azure azure-sql-database azure-storage azure-web-app-service azure-resource-manager
Azure storage tables vs SQL

I'm just starting to learn Azure and I can't see too many scenarios where you would want to put something …

azure azure-sql-database azure-storage azure-table-storage