Welcome to the Azure Database Tools - PowerShell console. This tool helps you manage and query Azure SQL databases from the command line.
This tool provides a powerful and flexible way to interact with your Azure SQL databases using PowerShell. It allows you to execute SQL commands, create database objects, and manage database connections.
This guide covers the core functionalities to get you started.
- Execute SQL commands - CRUD operations (Create, Read, Update, Delete) - Database object creation and management - Connection management - Data retrieval with SQL queries - SQL scripting capabilities.
You can access this tool using the Azure portal or via the Azure CLI.
Here's an example of a command to create a database:
CREATE DATABASE MyDatabase;