Azure SQL Database is a relational PaaS database hosted in Microsoft Azure.
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-databaseHow can i rename the database in sql Azure? I have tried Alter database old_name {MODIFY NAME = new_name} …
tsql azure azure-sql-database renameI am trying to run following SQL: INSERT INTO Suppliers ( [SupplierID], [CompanyName]) Select [SupplierID], [CompanyName] From [AlexDB]..Suppliers and got …
sql azure azure-sql-databaseI 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-jobI am creating a new read/write user on SQL Azure as follows: -- Connected to master create login [fred] …
azure-sql-databaseCreate a new user/login in sql azure with access to read/insert/update on the database items like tables …
sql azure-sql-databaseI would like to change the default database for a login to support software that can access SQL Azure but …
azure-sql-databaseI 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-2014I 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-managerI'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