Azure SQL Database is a relational PaaS database hosted in Microsoft Azure.
I have inserted records into a SQL Server database table. The table had a primary key defined and the auto …
sql sql-server database sql-server-2008 azure-sql-databaseI moved a database from SQL Server 2012 to Azure. I don't want to use the user master, so I created …
sql-server azure-sql-databaseI'm finding a way to aggregate strings from different rows into a single row. I'm looking to do this in …
sql sql-server azure aggregate-functions azure-sql-databaseWith the new Azure SQL Database tier structure, it seems important to monitor your database "DTU" usage to know whether …
azure azure-sql-database azure-storage azure-monitoringI have got into a bad state with my ASP.Net MVC 5 project, using Code-First Entity Framework. I don't care …
asp.net-mvc entity-framework azure azure-sql-databaseCould you guide me on how to view the current roles/permissions granted to any database user in Azure SQL …
sql-server azure azure-sql-databaseThis is on Azure. I have a supertype entity and several subtype entities, the latter of which needs to obtain …
sql-server tsql triggers azure-sql-databaseI am trying to use the following template: -- ================================================= -- Create User as DBO template for SQL Azure Database -- ================================================= …
sql-server azure azure-sql-databaseDoes anyone know how I can copy a SQL Azure database to my development machine? I'd like to stop paying …
sql-server azure azure-sql-database database-migrationIs it possible to create a clustered index from a create table statement in SQL Server 2008 that is not a …
sql-server sql-server-2008 sql-server-2008-r2 azure-sql-database clustered-index