Sign inSign up

anilmahadev/sqlserversamples

By anilmahadev

•Updated about 2 years ago

This sql server samples container has all the sample databases pre-installed and configured..

Image
Databases & storage
0

78

anilmahadev/sqlserversamples repository overview

Introduction:

This sql server samples container has all the sample databases pre-installed and configured.. The Sample Databases are AdventureWorks2022 AdventureWorksDW2022 AdventureWorksLT2022 Northwind Pubs WideWorldImporters and WideWorldImportersDW

SETUP: docker pull anilmahadev/sqlserversamples:2022

RUN: Example

docker run -e "ACCEPT_EULA=Y" -e "MSSQL_SA_PASSWORD=P@$$W0rd@123" --name ANIL -p 1500:1433 -d anilmahadev/sqlserversamples:2022

Please feel free to change container name and source ports. Password can be changed after initializing the container of your choice using SSMS.

Tag summary

Content type

Image

Digest

sha256:bf69a996f…

Size

1 GB

Last updated

about 2 years ago

docker pull anilmahadev/sqlserversamples:2022