Is there any open SQL Server with sample databases

I am learning SQL Server technology and want to try connecting to a remote server.

Does anyone know a public server with sample databases for testing? At the moment, Google has not helped me.

+6
source share
1 answer

SQLFiddle.com

  • If you need help with a complex query and want to post a question.
  • If you need to create a representative database (schema and data) and place a link to it in your question.
  • If you want (a) unique URL (s) for each database (and each request), it will be created when using the site.
  • If you want to compare and match SQL statements in different versions of the database.
  • If you don’t have a specific database platform available, but want to see how this query will look in this environment.
+5
source

Source: https://habr.com/ru/post/952963/


All Articles