{"id":19382161,"url":"https://github.com/codito/mssql-expt","last_synced_at":"2026-04-28T01:31:27.609Z","repository":{"id":66523110,"uuid":"165161393","full_name":"codito/mssql-expt","owner":"codito","description":"Experiments with SQL Server on Linux","archived":false,"fork":false,"pushed_at":"2024-01-01T12:43:34.000Z","size":68,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-04-01T23:18:17.079Z","etag":null,"topics":["docker","experiment","mssql"],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/codito.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-01-11T01:57:27.000Z","updated_at":"2024-01-01T12:43:37.000Z","dependencies_parsed_at":"2024-11-10T17:30:48.723Z","dependency_job_id":null,"html_url":"https://github.com/codito/mssql-expt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/codito/mssql-expt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codito%2Fmssql-expt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codito%2Fmssql-expt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codito%2Fmssql-expt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codito%2Fmssql-expt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/codito","download_url":"https://codeload.github.com/codito/mssql-expt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/codito%2Fmssql-expt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32362780,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-27T20:07:02.737Z","status":"ssl_error","status_checked_at":"2026-04-27T20:07:00.910Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["docker","experiment","mssql"],"created_at":"2024-11-10T09:19:53.796Z","updated_at":"2026-04-28T01:31:27.578Z","avatar_url":"https://github.com/codito.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# mssql-expt\nExperiments with SQL Server on Linux\n\n## Setup\n\nGets the docker image for SQL Server and connects to it from a command line\nclient.\n\n```sh\n\u003e docker pull mcr.microsoft.com/mssql/server:2019-latest\n\n# Create a new volume to hold sql data\n\u003e docker volume create 'sql2019'\n\n# Start the container with volume attached\n\u003e docker run -e 'ACCEPT_EULA=Y' -e 'SA_PASSWORD=Passw0rd' -p 1433:1433 --name sql1 --mount source=sql2019-d,destination=/mnt/data mcr.microsoft.com/mssql/server:2019-latest\n```\n\nEnumerate default databases in SQL server.\n```sh\n\u003e docker exec sql1 /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'Passw0rd' -q 'select name from sys.databases'\n\nname\n--------------------------------------------------------------------------------------------------------------------------------\nmaster\ntempdb\nmodel\nmsdb\n\n(4 rows affected)\n\nSqlcmd: Warning: The last operation was terminated because the user pressed CTRL+C.\n```\n\nServer setup is complete.\n\n## Azure data studio\n\nCross platform database management tool. Highly recommended.\nInstall from \u003chttps://github.com/Microsoft/azuredatastudio\u003e.\n\nTry connecting to the docker instance and run a few queries.\n\nOnce it is setup, choose any task from below to learn more.\n\n## Tasks\n\nEach task talks about a topic and walks through some queries to explore. It will provide steps to perform database setup (as required).\n\n- [Statistics in SQL Server](tasks/statistics.md)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodito%2Fmssql-expt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcodito%2Fmssql-expt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcodito%2Fmssql-expt/lists"}