Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

Docker Rapid deployment of sql server 2017 Development Edition

2025-01-16 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Database >

Share

Shulou(Shulou.com)06/01 Report--

Docker Rapid deployment of sql server 2017 Development Edition

Is it too troublesome to install the sql server development environment? It can also be built quickly through docker, with a series of instructions.

Download SQL Server Management Studio (SSMS)

Https://docs.microsoft.com/en-us/sql/ssms/download-sql-server-management-studio-ssms

Https://download.microsoft.com/download/3/C/7/3C77BAD3-4E0F-4C6B-84DD-42796815AFF6/SSMS-Setup-CHS.exe

Https://hub.docker.com/

Sql server 2017

Https://hub.docker.com/r/microsoft/mssql-server-linux/

Docker run-e 'ACCEPT_EULA=Y'-e 'SARATPASSWORDSATRAN123456'-e 'MSSQL_PID=Developer'-p 1433 MSSQL_PID=Developer'-d microsoft/mssql-server-linux:latest

Sql server 2000

Https://hub.docker.com/r/rsmoorthy/mssql/

Docker run-- name mssql-p 1433 rsmoorthy/mssql 1433

Download SQL Server Management Studio (SSMS 2005)

Http://download.microsoft.com/download/5/4/F/54F476B4-2348-4D4A-B705-0C8C9AB2A14A/SQLServer2005_SSMSEE.msi

Video address http://edu.51cto.com/center/course/lesson/index?id=212592

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Database

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report