{"id":20703607,"url":"https://github.com/emalherbi-zz/install-sqlserver-ubuntu","last_synced_at":"2026-05-08T05:50:17.582Z","repository":{"id":68897329,"uuid":"130207651","full_name":"emalherbi-zz/install-sqlserver-ubuntu","owner":"emalherbi-zz","description":"Quickstart: Install SQL Server and create a database on Ubuntu","archived":false,"fork":false,"pushed_at":"2021-05-06T12:00:47.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-17T19:55:16.883Z","etag":null,"topics":["install","linux","sqlserver","ubuntu"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emalherbi-zz.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-04-19T11:48:09.000Z","updated_at":"2021-05-06T12:00:49.000Z","dependencies_parsed_at":null,"dependency_job_id":"7934a436-c75c-43d1-bf7a-69a273ff8be2","html_url":"https://github.com/emalherbi-zz/install-sqlserver-ubuntu","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emalherbi-zz%2Finstall-sqlserver-ubuntu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emalherbi-zz%2Finstall-sqlserver-ubuntu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emalherbi-zz%2Finstall-sqlserver-ubuntu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emalherbi-zz%2Finstall-sqlserver-ubuntu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emalherbi-zz","download_url":"https://codeload.github.com/emalherbi-zz/install-sqlserver-ubuntu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":242970291,"owners_count":20214797,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["install","linux","sqlserver","ubuntu"],"created_at":"2024-11-17T01:08:46.044Z","updated_at":"2025-12-24T05:29:40.356Z","avatar_url":"https://github.com/emalherbi-zz.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Install SQL Server Ubuntu\n\nQuickstart: Install SQL Server and create a database on Ubuntu.\n\n## Install\n\n```bash\nsudo chmod +x install.sh\nbash install.sh\n```\n\n## Test connect locally\n\n* Please, after install close the terminal and open again.\n\n```bash\nsqlcmd -S localhost -U SA -P '\u003cYourPassword\u003e'\n```\n\n```sql\nSELECT Name from sys.Databases\nGO\n```\n\n## Restore a database\n\n```bash\nchmod -R 777 /var/opt/mssql/data/\n```\n\n```bash\nmv ~/Downloads/DBTEST.bk2 /var/opt/mssql/data/\n```\n\n```bash\nsqlcmd -S localhost -U SA -P '\u003cYourPassword\u003e' -Q \"RESTORE DATABASE DBTEST FROM DISK = N'/var/opt/mssql/data/DBTEST.bk2' WITH RECOVERY, MOVE N'DBTEST_DATA' TO N'/var/opt/mssql/data/DBTEST_DATA.MDF', MOVE N'DBTEST_LOG' TO N'/var/opt/mssql/data/DBTEST_LOG.LDF'\"\n```\n\n## Install database tool\n\nFree multi-platform database tool for developers, SQL programmers, database administrators and analysts. Supports all popular databases: MySQL, PostgreSQL, MariaDB, SQLite, Oracle, DB2, SQL Server, Sybase, MS Access, Teradata, Firebird, Derby, etc.\n\nDownload: [DBeaver](https://dbeaver.jkiss.org/)\n\n\u003e Linux Debian package 64 bit or \n\u003e Linux Debian package 32 bit\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femalherbi-zz%2Finstall-sqlserver-ubuntu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femalherbi-zz%2Finstall-sqlserver-ubuntu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femalherbi-zz%2Finstall-sqlserver-ubuntu/lists"}