Microsoft sql server management studio mac os

Скачивание SQL Server Management Studio (SSMS)

Применимо к: SQL Server (все поддерживаемые версии) База данных SQL Azure Управляемый экземпляр SQL Azure Azure Synapse Analytics

SQL Server Management Studio (SSMS) — это интегрированная среда для управления любой инфраструктурой SQL, от SQL Server до баз данных SQL Azure. SSMS предоставляет средства для настройки, наблюдения и администрирования экземпляров SQL Server и баз данных. С помощью SSMS можно развертывать, отслеживать и обновлять компоненты уровня данных, используемые вашими приложениями, а также создавать запросы и скрипты.

Используйте SSMS для создания запросов к базам данных и хранилищам данных, их проектирования и управления ими, где бы они ни находились: на локальном компьютере или в облаке.

Скачать SSMS

Скачать SQL Server Management Studio (SSMS) 18.10

SSMS 18.10 — это последняя общедоступная версия. Если у вас установлена предыдущая общедоступная версия SSMS 18, при установке SSMS 18.10 она будет обновлена.

  • Номер выпуска: 18.10
  • Номер сборки: 15.0.18390.0
  • Дата выпуска: 5 октября 2021 г.

Если у вас есть замечания и предложения или вы хотите сообщить о проблемах, обратитесь к команде разработчиков SSMS через пользовательские отзывы на SQL Server. Используя SQL Server Management Studio, вы соглашаетесь с условиями лицензионного соглашения и заявления о конфиденциальности.

При установке SSMS 18.x не обновляются и не заменяются версии SSMS 17.x или более ранние. Среда SSMS 18.x устанавливается параллельно с предыдущими версиями, поэтому обе версии остаются доступными для использования. Однако, если у вас установлена предварительная версия SSMS 18.x, ее необходимо удалить перед установкой SSMS 18.10. Чтобы узнать, установлена ли у вас предварительная версия, перейдите в окно Справка > О программе.

Если на компьютере есть несколько параллельных установок SSMS, всегда проверяйте, правильную ли версию вы запускаете. Последняя версия называется Microsoft SQL Server Management Studio 18.

Начиная с версии SQL Server Management Studio (SSMS) 18.7, вместе с SSMS автоматически устанавливается Azure Data Studio. Средство Azure Data Studio теперь доступно пользователям SQL Server Management Studio со всеми его новыми возможностями и функциями. Azure Data Studio — это кроссплатформенный инструмент с открытым кодом для настольных систем, предназначенный для работы в облачных, локальных или гибридных средах.

Доступные языки

Этот выпуск SSMS можно установить на следующих языках.

Если вы открываете локализованную версию этой страницы и хотите просмотреть наиболее актуальное содержимое, выберите элемент Прочитать на английском в верхней части этой страницы. С версии сайта US-English вы можете скачать SSMS на других языках из числа доступных.

Модуль SQL Server PowerShell устанавливается отдельно из коллекции PowerShell. Дополнительные сведения см. в статье Загрузка модуля PowerShell (SQL Server).

Новые возможности

Дополнительные сведения о новых возможностях в этом выпуске см. в статье Заметки о выпуске SQL Server Management Studio.

Предыдущие версии

Эта статья применима только к последней версии SSMS. Предыдущие версии SSMS можно скачать на этой странице.

В декабре 2021 г. выпуски SSMS до версии 18.6 перестанут использовать многофакторную проверку подлинности для ядер СУБД через Azure Active Directory. Чтобы и дальше использовать проверку подлинности Azure Active Directory с MFA, установите SSMS 18.6 или более поздней версии.

Для подключения к Azure Analysis Services через Azure Active Directory с помощью многофакторной проверки подлинности требуется SSMS 18.5.1 или более поздней версии.

Автоматическая установка

Кроме того, SSMS можно установить с помощью сценария командной строки.

Если вы хотите установить SSMS в фоновом режиме без запросов графического пользовательского интерфейса, выполните следующие действия.

Откройте командную строку с повышенными привилегиями.

Введите в командной строке следующую команду.

Можно также передать /Passive вместо /Quiet, чтобы увидеть пользовательский интерфейс программы установки.

Если все работает правильно, в этом примере можно будет увидеть, что среда SSMS установлена по пути %systemdrive%\SSMSto\Common7\IDE\Ssms.exe. Если что-то пошло не так, можно проверить возвращенный код ошибки и взглянуть на файл журнала в %TEMP%\SSMSSetup.

Читайте также:  Полезные приложения для компьютера windows

Установка с Azure Data Studio

  • Начиная с SSMS 18.7, вместе с SSMS устанавливается системная версия Azure Data Studio по умолчанию. Если на рабочей станции уже установлена аналогичная или более поздняя системная версия Azure Data Studio (стабильная или для предварительной оценки), то при сравнении с включенной в состав SSMS версией Azure Data Studio установка Azure Data Studio в рамках SSMS пропускается. Сведения о версии Azure Data Studio можно найти в заметках о выпуске.
  • Установщику системной версии Azure Data Studio требуются те же права безопасности, что и установщику SSMS.
  • Установка Azure Data Studio выполняется с параметрами установки Azure Data Studio по умолчанию. Это необходимо для создания папки меню «Пуск» и добавления Azure Data Studio в путь к ней. Ярлык на рабочем столе не создается. Azure Data Studio не регистрируется как редактор по умолчанию для каких-либо типов файлов.
  • Локализация Azure Data Studio осуществляется с помощью расширений языкового пакета. Чтобы локализовать Azure Data Studio, скачайте соответствующий языковой пакет из marketplace-магазина расширений.
  • Сейчас установку Azure Data Studio можно пропустить, запустив установщик SSMS с флагом командной строки DoNotInstallAzureDataStudio=1 .

Удаление

Набор SSMS имеет общие компоненты с другими решениями, которые останутся установленными после его удаления.

Сюда входят следующие компоненты:

  • Azure Data Studio
  • Microsoft .NET Framework 4.7.2
  • Драйвер Microsoft OLE DB для SQL Server
  • Microsoft ODBC Driver for SQL Server версии 17
  • Распространяемый компонент Microsoft Visual C++ 2013 (x86)
  • Распространяемый компонент Microsoft Visual C++ 2017 (x86)
  • Распространяемый компонент Microsoft Visual C++ 2017 (x64)
  • Microsoft Visual Studio Tools for Applications 2017

Эти компоненты не удаляются, так как могут являться общими с другими продуктами. Их удаление может нарушить работу этих продуктов.

Поддерживаемые предложения SQL

  • Эта версия SSMS работает со всеми поддерживаемыми версиями SQL Server 2008–SQL Server 2019 (15.x) и предоставляет превосходную поддержку новейших облачных функций Базы данных SQL Azure и Azure Synapse Analytics.
  • Кроме того, SSMS 18.x можно установить одновременно с SSMS 17.x, SSMS 16.x или SQL Server 2014 и более ранними версиями.
  • Службы SQL Server Integration Services (SSIS) — среда SSMS версии 17.x и более поздней не поддерживает подключение к устаревшим службам SQL Server Integration Services. Для подключения к более ранней версии служб Integration Services используйте соответствующую версию SSMS. Например, используйте SSMS 16.x для подключения к службам SQL Server 2016 Integration Services. Версии SSMS 17.x и SSMS 16.x можно установить параллельно на одном компьютере. Начиная с выпуска SQL Server 2012 база данных каталога SSIS (SSISDB) является рекомендуемым средством для хранения, выполнения и мониторинга пакетов служб Integration Services, а также управления ими. Дополнительные сведения см. в разделе Каталог служб SSIS.

Требования к системе для SSMS

При использовании последнего пакета обновления текущий выпуск SSMS поддерживает следующие 64-разрядные платформы:

Поддерживаемые операционные системы

  • Windows Server 2022 (64-разрядная версия)
  • Windows 11 (64-разрядная)
  • Windows 10 (64-разрядная) как минимум версии 1607 (10.0.14393)
  • Windows 8.1 (64-разрядная)
  • Windows Server 2019 (64-разрядная версия)
  • Windows Server 2016 (64-разрядная версия)
  • Windows Server 2012 R2 (64-разрядная версия)
  • Windows Server 2012 (64-разрядная версия)
  • Windows Server 2008 R2 (64-разрядная версия)
  • Процессор x86 (Intel, AMD) с частотой как минимум 1,8 ГГц. Рекомендуется использовать как минимум двухъядерный процессор.
  • 2 ГБ ОЗУ; рекомендуется 4 ГБ ОЗУ (минимум 2,5 ГБ при выполнении на виртуальной машине)
  • Доступное место на жестком диске объемом от 2 до 10 ГБ

Решение SSMS доступно только как 32-разрядное приложение для Windows. Если вам нужно средство для операционных систем, отличных от Windows, рекомендуем использовать Azure Data Studio. Azure Data Studio — это кроссплатформенное средство для macOS, Linux и Windows. Дополнительные сведения см. в разделе Azure Data Studio.

Получение справки по средствам SQL

Дальнейшие действия

Примите участие в разработке документации по SQL

Знаете ли вы, что содержимое SQL можно изменить самостоятельно? Это не только улучшит нашу документацию, но и даст вам статус участника в создании этой страницы.

Источник

What are some free SQL Server Management Studio on a Mac

What are some SQL Server Management Studio tools (preferably free) for the Mac that can be used to do development work on SQL Server?

3 Answers 3

Azure Data Studio

Microsoft is providing cross platform database tool for it’s own Cloud/On-Prem Database platforms. I am using it on MacOS High Sierra. It is free to use and offers almost all features from Windows based SSMS.

I prefer the official Microsoft tool: Azure Data Studio. It can perform all regular database tasks.

Читайте также:  Установка mvn mac os

I Use RazorSQL on my Mac and it’s pretty solid. It doesn’t fully compare to SMS, but it’s good none the less — about as good as the comparison between «Mono Develop» and «Visual Studio».

It’s not «free» but at $70 it’s a steal.

Not the answer you’re looking for? Browse other questions tagged sql-server macos or ask your own question.

Linked

Hot Network Questions

Subscribe to RSS

To subscribe to this RSS feed, copy and paste this URL into your RSS reader.

site design / logo © 2021 Stack Exchange Inc; user contributions licensed under cc by-sa. rev 2021.10.8.40416

By clicking “Accept all cookies”, you agree Stack Exchange can store cookies on your device and disclose information in accordance with our Cookie Policy.

Источник

Download SQL Server Management Studio (SSMS)

Applies to: SQL Server (all supported versions) Azure SQL Database Azure SQL Managed Instance Azure Synapse Analytics

SQL Server Management Studio (SSMS) is an integrated environment for managing any SQL infrastructure, from SQL Server to Azure SQL Database. SSMS provides tools to configure, monitor, and administer instances of SQL Server and databases. Use SSMS to deploy, monitor, and upgrade the data-tier components used by your applications, and build queries and scripts.

Use SSMS to query, design, and manage your databases and data warehouses, wherever they are — on your local computer, or in the cloud.

Download SSMS

Download SQL Server Management Studio (SSMS) 18.10

SSMS 18.10 is the latest general availability (GA) version. If you have a previous GA version of SSMS 18 installed, installing SSMS 18.10 upgrades it to 18.10.

  • Release number: 18.10
  • Build number: 15.0.18390.0
  • Release date: October 5, 2021

If you have comments or suggestions, or you want to report issues, the best way to contact the SSMS team is at SQL Server user feedback. By using SQL Server Management Studio, you agree to its license terms and privacy statement.

The SSMS 18.x installation doesn’t upgrade or replace SSMS versions 17.x or earlier. SSMS 18.x installs side by side with previous versions, so both versions are available for use. However, if you have a preview version of SSMS 18.x installed, you must uninstall it before installing SSMS 18.10. You can see if you have the preview version by going to the Help > About window.

If a computer contains side-by-side installations of SSMS, verify you start the correct version for your specific needs. The latest version is labeled Microsoft SQL Server Management Studio 18.

Beginning with SQL Server Management Studio (SSMS) 18.7, Azure Data Studio is automatically installed alongside SSMS. Users of SQL Server Management Studio are now able to benefit from the innovations and features in Azure Data Studio. Azure Data Studio is a cross-platform and open-source desktop tool for your environments, whether in the cloud, on-premises, or hybrid.

To learn more about Azure Data Studio, check out What is Azure Data Studio or the FAQ.

Available languages

This release of SSMS can be installed in the following languages:

If you are accessing this page from a non-English language version, and want to see the most up-to-date content, please select Read in English at the top of this page. You can download different languages from the US-English version site by selecting available languages.

The SQL Server PowerShell module is a separate install through the PowerShell Gallery. For more information, see Download SQL Server PowerShell Module.

What’s new

For details and more information about what’s new in this release, see Release notes for SQL Server Management Studio.

Previous versions

This article is for the latest version of SSMS only. To download previous versions of SSMS, visit Previous SSMS releases.

In December 2021, releases of SSMS prior to 18.6 will no longer authenticate to Database Engines through Azure Active Directory with MFA. To continue utilizing Azure Active Directory authentication with MFA, you need SSMS 18.6 or later.

Connectivity to Azure Analysis Services through Azure Active Directory with MFA requires SSMS 18.5.1 or later.

Unattended install

You can also install SSMS using a command prompt script.

If you want to install SSMS in the background with no GUI prompts, then follow the steps below.

Launch the command prompt with elevated permissions.

Type the command below in the command prompt.

Читайте также:  Как отформатировать флешку без windows

You can also pass /Passive instead of /Quiet to see the setup UI.

If all goes well, you can see SSMS installed at %systemdrive%\SSMSto\Common7\IDE\Ssms.exe» based on the example. If something went wrong, you could inspect the error code returned and take a peek at the %TEMP%\SSMSSetup for the log file.

Installation with Azure Data Studio

  • Starting with SSMS 18.7, SSMS installs a system version of Azure Data Studio by default. If an equal or greater system version of Azure Data Studio stable or insiders is already present on the workstation compared to the included version of Azure Data Studio, the installation of Azure Data Studio by SSMS is skipped. The Azure Data Studio version can be found in the release notes.
  • The Azure Data Studio system installer requires the same security rights as the SSMS installer.
  • The Azure Data Studio installation is completed with the default Azure Data Studio installation options. These are to create a Start Menu folder and add Azure Data Studio to PATH. A desktop shortcut is not created and Azure Data Studio is not registered as a default editor for any file types.
  • Localization of Azure Data Studio is accomplished through Language Pack extensions. To localize Azure Data Studio, download the corresponding language pack from the extension marketplace.
  • At this time, the installation of Azure Data Studio can be skipped by launching the SSMS installer with the command line flag DoNotInstallAzureDataStudio=1 .

Uninstall

There are shared components that remain installed after you uninstall SSMS.

The shared components that remain installed are:

  • Azure Data Studio
  • Microsoft .NET Framework 4.7.2
  • Microsoft OLE DB Driver for SQL Server
  • Microsoft ODBC Driver 17 for SQL Server
  • Microsoft Visual C++ 2013 Redistributable (x86)
  • Microsoft Visual C++ 2017 Redistributable (x86)
  • Microsoft Visual C++ 2017 Redistributable (x64)
  • Microsoft Visual Studio Tools for Applications 2017

These components aren’t uninstalled because they can be shared with other products. If uninstalled, you may run the risk of disabling other products.

Supported SQL offerings

  • This version of SSMS works with all supported versions of SQL Server 2008 — SQL Server 2019 (15.x) and provides the greatest level of support for working with the latest cloud features in Azure SQL Database and Azure Synapse Analytics.
  • Additionally, SSMS 18.x can be installed side by side with SSMS 17.x, SSMS 16.x, or SQL Server 2014 SSMS and earlier.
  • SQL Server Integration Services (SSIS) — SSMS version 17.x or later doesn’t support connecting to the legacy SQL Server Integration Services service. To connect to an earlier version of the legacy Integration Services, use the version of SSMS aligned with the version of SQL Server. For example, use SSMS 16.x to connect to the legacy SQL Server 2016 Integration Services service. SSMS 17.x and SSMS 16.x can be installed side by side on the same computer. Since the release of SQL Server 2012, the SSIS Catalog database, SSISDB, is the recommended way to store, manage, run, and monitor Integration Services packages. For details, see SSIS Catalog.

SSMS System Requirements

The current release of SSMS supports the following 64-bit platforms when used with the latest available service pack:

Supported Operating Systems:

  • Windows Server 2022 (64-bit)
  • Windows 11 (64-bit)
  • Windows 10 (64-bit) version 1607 (10.0.14393) or later
  • Windows 8.1 (64-bit)
  • Windows Server 2019 (64-bit)
  • Windows Server 2016 (64-bit)
  • Windows Server 2012 R2 (64-bit)
  • Windows Server 2012 (64-bit)
  • Windows Server 2008 R2 (64-bit)
  • 1.8 GHz or faster x86 (Intel, AMD) processor. Dual-core or better recommended
  • 2 GB of RAM; 4 GB of RAM recommended (2.5 GB minimum if running on a virtual machine)
  • Hard disk space: Minimum of 2 GB up to 10 GB of available space

SSMS is available only as a 32-bit application for Windows. If you need a tool that runs on operating systems other than Windows, we recommend Azure Data Studio. Azure Data Studio is a cross-platform tool that runs on macOS, Linux, as well as Windows. For details, see Azure Data Studio.

Get help for SQL tools

Next steps

Contribute to SQL documentation

Did you know that you can edit SQL content yourself? If you do so, not only do you help improve our documentation, but you also get credited as a contributor to the page.

Источник

Оцените статью