You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: 0_Azure/1_AzureData/1_Databases/demos/2_SQLMgmTools.md
+11-11Lines changed: 11 additions & 11 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,23 +10,23 @@ Last updated: 2024-11-19
10
10
11
11
----------
12
12
13
-
## Wiki
13
+
<details>
14
+
<summary><b>List of References</b> (Click to expand)</summary>
14
15
15
16
-[Try Azure SQL Managed Instance for free (preview)](https://learn.microsoft.com/en-us/azure/azure-sql/managed-instance/free-offer?view=azuresql)
16
17
-[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)
17
18
-[SSMS components and configuration - SQL Server Management Studio](https://learn.microsoft.com/en-us/sql/ssms/tutorials/ssms-configuration?view=sql-server-ver16)
18
19
-[How to Download and Install DBeaver on Windows](https://www.youtube.com/watch?v=BMGdkmWOvNY)
19
20
-[HeidiSQL with MariaDB and MySQL](https://www.youtube.com/watch?v=11vhRYEfHNE)
20
21
-[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**|
|**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**|
|**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. |
30
30
31
31
> [!NOTE]
32
32
> 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
132
132
- Go to the Azure portal and navigate to `SQL Managed Instances.`
133
133
- Click on `Create` and follow the prompts to set up your instance.
0 commit comments