/swdb-docker

Primary LanguageTSQLBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

Star Wars Database on a MS SQL Container

  1. Run the script from a Linux shell (pref Ubuntu) with Docker installed. Note: Docker must have sudo privileges
git clone https://github.com/DataKnox/swdb-docker.git
cd swdb-docker/
sh swdocker.sh
  1. Open MS SQL Server Management Studio or Azure Data Explorer
  2. Connect to: "localhost,1402"
  3. Use SQL Server Authentication
  4. Username: sa
  5. Password: MyStrongPw!23
  6. Enjoy practicing SQL

Contact