Azure Database Tools - PowerShell

Welcome to the Azure Database Tools - PowerShell console. This tool helps you manage and query Azure SQL databases from the command line.

Overview

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.

Key Features

- Execute SQL commands - CRUD operations (Create, Read, Update, Delete) - Database object creation and management - Connection management - Data retrieval with SQL queries - SQL scripting capabilities.

How to Use

You can access this tool using the Azure portal or via the Azure CLI.

Example SQL Command

Here's an example of a command to create a database:

        CREATE DATABASE MyDatabase;