Skip to content

Commit fb6e0dd

Browse files
authored
format
1 parent dc9a4b5 commit fb6e0dd

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

0_Azure/1_AzureData/1_Databases/demos/2_SQLMgmTools.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -10,23 +10,23 @@ Last updated: 2024-11-19
1010

1111
----------
1212

13-
## Wiki
13+
<details>
14+
<summary><b>List of References</b> (Click to expand)</summary>
1415

1516
- [Try Azure SQL Managed Instance for free (preview)](https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/free-offer?view=azuresql)
1617
- [Try the Next-gen GP Azure SQL Managed Instance for free](https://techcommunity.microsoft.com/t5/azure-sql-blog/try-the-next-gen-gp-azure-sql-managed-instance-for-free/ba-p/4136933)
1718
- [SSMS components and configuration - SQL Server Management Studio](https://learn.microsoft.com/en-us/sql/ssms/tutorials/ssms-configuration?view=sql-server-ver16)
1819
- [How to Download and Install DBeaver on Windows](https://www.youtube.com/watch?v=BMGdkmWOvNY)
1920
- [HeidiSQL with MariaDB and MySQL](https://www.youtube.com/watch?v=11vhRYEfHNE)
2021
- [How to install Adminer (Database Administration Tool) on Ubuntu 22.04](https://www.youtube.com/watch?v=r4keak825B4)
21-
22-
| **Category** | **Tool** | **Company** | **Description** | **Key Features** | **When to Use** |
23-
|------------------------|----------------------------------|--------------------|---------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------------------------------|
24-
| **On-Premises** | SQL Server Management Studio (SSMS) | Microsoft | Comprehensive tool for managing Microsoft SQL Server components. | Full GUI support, rich script editors for T-SQL, integration with Azure, performance monitoring tools | Ideal for managing SQL Server environments on-premises. |
25-
| | DBeaver | DBeaver Corp | Universal database management tool supporting various databases with a user-friendly interface. | Supports multiple databases, advanced SQL editor, data visualization tools | Suitable for managing multiple types of databases with a consistent interface. |
26-
| **Third-Party Clouds** | Adminer | Adminer | Lightweight, full-featured database management tool deployable as a single PHP file. | Simple deployment, supports multiple databases, user-friendly interface | Best for quick, lightweight database management tasks. |
27-
| | HeidiSQL | HeidiSQL Project | Open-source tool for managing MySQL, MariaDB, and SQL Server databases. | Easy-to-use interface, advanced query editor, data export/import capabilities | Ideal for managing MySQL, MariaDB, and SQL Server databases with a free, open-source tool. |
28-
| **Azure** | Azure Data Studio | Microsoft | Cross-platform database tool with modern editor experience and integrated terminal. | Supports SQL Server and Azure SQL Database, integrated terminal, extensions, built-in charting | Perfect for cross-platform environments needing a modern, extensible tool. |
29-
| | Azure SQL Managed Instance | Microsoft | Fully managed PaaS database offering with a free trial for 12 months. | Automated backups, high compatibility with SQL Server, high availability, scalable performance | Best for migrating SQL Server workloads to the cloud with minimal changes and benefiting from PaaS. |
22+
23+
</details>
24+
25+
| **Category** | **Tool** | **Company** | **Description**| **Key Features**| **When to Use**|
26+
|----------|-----------|----------------------------------|--------------------------------------|-------------------------|-------------------------|
27+
| **On-Premises** | - SQL Server Management Studio (SSMS) <br/> - DBeaver | - MS <br/> - DBeaver Corp | - Comprehensive tool for managing Microsoft SQL Server components. <br/> - Universal database management tool supporting various databases with a user-friendly interface. | - Full GUI support, rich script editors for T-SQL, integration with Azure, performance monitoring tools <br/> - Supports multiple databases, advanced SQL editor, data visualization tools | - Ideal for managing SQL Server environments on-premises. <br/> - Suitable for managing multiple types of databases with a consistent interface. |
28+
| **Third-Party Clouds** | - Adminer <br/> - HeidiSQL | - Adminer <br/> - HeidiSQL Project | - Lightweight, full-featured database management tool deployable as a single PHP file. <br/> - Open-source tool for managing MySQL, MariaDB, and SQL Server databases. | - Simple deployment, supports multiple databases, user-friendly interface <br/> - Easy-to-use interface, advanced query editor, data export/import capabilities | - Best for quick, lightweight database management tasks. <br/> - Ideal for managing MySQL, MariaDB, and SQL Server databases with a free, open-source tool. |
29+
| **Azure** | - Azure Data Studio <br/> - Azure SQL Managed Instance | Microsoft | - Cross-platform database tool with modern editor experience and integrated terminal. <br/> - Fully managed PaaS database offering with a free trial for 12 months. | - Supports SQL Server and Azure SQL Database, integrated terminal, extensions, built-in charting <br/> - Automated backups, high compatibility with SQL Server, high availability, scalable performance | - Perfect for cross-platform environments needing a modern, extensible tool. <br/> - Best for migrating SQL Server workloads to the cloud with minimal changes and benefiting from PaaS. |
3030

3131
> [!NOTE]
3232
> Make sure you have configured the network access, adding your IP as part of the whitelist.
@@ -132,7 +132,7 @@ Last updated: 2024-11-19
132132
- Go to the Azure portal and navigate to `SQL Managed Instances.`
133133
- Click on `Create` and follow the prompts to set up your instance.
134134

135-
<img width="700" height="370" alt="image" src="https://github.com/user-attachments/assets/c7e60ee0-b0e4-4f23-9aa7-c10349071474">
135+
<img width="550" alt="image" src="https://github.com/user-attachments/assets/c7e60ee0-b0e4-4f23-9aa7-c10349071474">
136136

137137
3. **Connect and Manage:**
138138
- Use Azure Data Studio or SSMS to connect to your managed instance.

0 commit comments

Comments
 (0)