News

Learn how to use the Azure Portal to create a cloud-based SQL database with just a few mouse clicks.
Joey on SQL Server How To Automate Tasks in Azure SQL Database Knowing how to automate tasks in the cloud will make you a more productive DBA.
To find the database name you can pipe the output of Get-AzureSqlDatabasServer directly to Get-AzureSqlDatabase. You can see here that I'll be using a database name of myazuredatabase.
One of the Azure SQL-related announcements that did not get a lot of publicity at May's Microsoft Build conference was the Azure SQL Database local database experience. With all the hype around ...
Microsoft has announced a private preview of Copilot for SQL Azure, which offers a natural language for SQL conversion and self-help for database administration.
Strong security built into Azure SQL Database for fully encrypted data both at-rest and in-motion on edge nodes and edge gateways Ability to combine data streaming and time-series with in-database ...
Microsoft has opened up to testers the limited preview of the premium tier of its Windows Azure SQL database for business-critical applications.
AI assistant available in private preview provides natural language to SQL conversion and self-help for database administration.
SQL Server 2016 and Azure SQL Database both give you tables that automatically keep track of changes to your data. Here's how to both create those tables and alter existing tables so they track the ...
When you need a SQL database fast, the cloud is the best way to go. Azure provides a SQL database as a PaaS that eliminates the need to get an entire SQL Server deployment up and running.