|
| 1 | +### YamlMime:Hub |
| 2 | + |
| 3 | +title: SQL tools and utilities documentation |
| 4 | +summary: This hub-page provides descriptions and pointers to some of the available tools for working with your SQL databases. |
| 5 | +brand: sql |
| 6 | + |
| 7 | +metadata: |
| 8 | + title: SQL tools and utilities documentation |
| 9 | + description: Landing page for all SQL tools working with managing data and AI |
| 10 | + ms.prod: sql |
| 11 | + ms.prod_service: sql-tools |
| 12 | + ms.topic: SQL tools hub-page |
| 13 | + ms.collection: collection |
| 14 | + author: markingmyname |
| 15 | + ms.author: maghan |
| 16 | + ms.date: 11/04/2019 |
| 17 | + |
| 18 | +# productDirectory section (optional) |
| 19 | +productDirectory: |
| 20 | + title: SQL tools |
| 21 | + summary: The following tools provide a graphical user interface (GUI). |
| 22 | + items: |
| 23 | + # Card |
| 24 | + - title: SQl Server Management Studio (SSMS) |
| 25 | + # imageSrc should be square in ratio with no whitespace |
| 26 | + imageSrc: media/sql-tools-hub/ssms.svg |
| 27 | + links: |
| 28 | + - url: "/sql/ssms/sql-server-management-studio-ssms" |
| 29 | + text: What is SSMS? |
| 30 | + - url: "/sql/ssms/download-sql-server-management-studio-ssms" |
| 31 | + text: Download |
| 32 | + - url: "/sql/ssms/release-notes-ssms" |
| 33 | + text: Release notes |
| 34 | + # Card |
| 35 | + - title: Azure Data Studio |
| 36 | + # imageSrc should be square in ratio with no whitespace |
| 37 | + imageSrc: media/sql-tools-hub/azure-data-studio.svg |
| 38 | + links: |
| 39 | + - url: "/sql/azure-data-studio/what-is" |
| 40 | + text: What is Azure Data Studio? |
| 41 | + - url: "/sql/azure-data-studio/download" |
| 42 | + text: Download |
| 43 | + - url: "/sql/azure-data-studio/release-notes-azure-data-studio" |
| 44 | + text: Release notes |
| 45 | + # Card |
| 46 | + - title: SQL Server Data Tools (SSDT) for Visual Studio 2017 |
| 47 | + imageSrc: media/sql-tools-hub/ssdt.svg |
| 48 | + links: |
| 49 | + - url: "/sql/ssdt/sql-server-data-tools" |
| 50 | + text: What is SSDT? |
| 51 | + - url: "/sql/ssdt/download-sql-server-data-tools-ssdt" |
| 52 | + text: Download |
| 53 | + - url: "/sql/ssdt/release-notes-ssdt" |
| 54 | + text: Release notes |
| 55 | + # Card |
| 56 | + - title: Visual Studio Code |
| 57 | + imageSrc: media/sql-tools-hub/visual-studio-code.svg |
| 58 | + links: |
| 59 | + - url: "/sql/linux/sql-server-linux-develop-use-vscode?view=sql-server-2017" |
| 60 | + text: Create and run Transact-SQL scripts |
| 61 | + - url: https://code.visualstudio.com/ |
| 62 | + text: Download |
| 63 | + - url: https://marketplace.visualstudio.com/items?itemName=ms-mssql.mssql |
| 64 | + text: Install the mssql extension |
| 65 | +# additionalContent section (optional) |
| 66 | +# Card with links style |
| 67 | +additionalContent: |
| 68 | + # Supports up to 3 sections |
| 69 | + # first section |
| 70 | + sections: |
| 71 | + - title: Command-line tools |
| 72 | + items: |
| 73 | + - title: mssql-cli command-line query tool for SQL Server |
| 74 | + summary: mssql-cli is an interactive command-line tool for querying SQL Server. |
| 75 | + url: "/sql/tools/mssql-cli" |
| 76 | + - title: sqlpackage |
| 77 | + summary: sqlpackage is a command-line utility that automates several database development tasks. macOS and Linux versions of sqlpackage are currently in preview. |
| 78 | + url: "/sql/tools/sqlpackage" |
| 79 | + - title: SQL Server PowerShell |
| 80 | + summary: SQL Server PowerShell provides cmdlets for working with SQL. |
| 81 | + url: "/sql/powershell/sql-server-powershell" |
| 82 | + - title: sqlcmd utility |
| 83 | + summary: The sqlcmd utility lets you enter Transact-SQL statements, system procedures, and script files at the command prompt. |
| 84 | + url: "/sql/tools/sqlcmd-utility" |
| 85 | + - title: bcp utility |
| 86 | + summary: The bulk copy program utility (bcp) bulk copies data between an instance of Microsoft SQL Server and a data file in a user-specified format. |
| 87 | + url: "/sql/tools/bcp-utility" |
| 88 | + - title: Configure SQL Server on Linux with the mssql-conf tool |
| 89 | + url: "/sql/linux/sql-server-linux-configure-mssql-conf" |
| 90 | + summary: mssql-conf configures SQL Server running on Linux. |
| 91 | + - title: mssql-scripter |
| 92 | + url: "https://github.com/Microsoft/mssql-scripter" |
| 93 | + summary: mssql-scripter is a multi-platform command-line experience for scripting SQL Server databases. |
| 94 | + - title: SQL Command Prompt Utilities |
| 95 | + summary: Command prompt utilities enable you to script SQL Server operations. |
| 96 | + url: "/sql/tools/command-prompt-utility-reference-database-engine" |
| 97 | + # second section |
| 98 | + - title: Migration and other tools |
| 99 | + items: |
| 100 | + # Card |
| 101 | + - title: SQL Server Configuration Manager |
| 102 | + summary: Use SQL Server Configuration Manager to configure SQL Server services and configure network connectivity. Configuration Manager runs on Windows. |
| 103 | + url: "/sql/tools/configuration-manager/sql-server-configuration-manager-help" |
| 104 | + # Card |
| 105 | + - title: SQL Server Migration Assistant |
| 106 | + summary: Use SQL Server Migration Assistant to automate database migration to SQL Server from Microsoft Access, DB2, MySQL, Oracle, and Sybase. |
| 107 | + url: "/sql/ssma/sql-server-migration-assistant" |
| 108 | + # Card |
| 109 | + - title: Database Experimentation Assistant |
| 110 | + summary: Use Database Experimentation Assistant to evaluate a targeted version of SQL for a given workload. |
| 111 | + url: "/sql/dea/database-experimentation-assistant-overview" |
| 112 | + # Card |
| 113 | + - title: Distributed Replay |
| 114 | + summary: Use the Distributed Replay feature to help you assess the impact of future SQL Server upgrades. |
| 115 | + url: "/sql/tools/distributed-replay/install-distributed-replay-overview" |
| 116 | + # Card |
| 117 | + - title: ssbdiagnose utility (Service Broker) |
| 118 | + summary: The ssbdiagnose utility reports issues in Service Broker conversations or the configuration of Service Broker services. |
| 119 | + url: "/sql/tools/ssbdiagnose/ssbdiagnose-utility-service-broker" |
0 commit comments