This SQL Server tester allows you to test SQL online. You can test SQL Server queries online (SQL Server 2019 Express).
License of SQL Server 2019 Express: sql server 2019
You cannot use SQL Server for commercial, you must agree to the conditions.
It is an MS SQL Server editor online, it does not require installation. It can help to make small tests easily in a few seconds.
Autocomplete: Ctrl-space for autocomplete.
/!\ The data (tables, index, ...) that you create are deleted after approximately 30 minutes of inactivity.
It is not possible to use transactions (The connection is not persistent).
Enter your SQL query in the editor, finally click on "Run" to execute it. The query result will be displayed below the editor .
You can also run only one query entered in the editor. To do this, simply select it before clicking on "Run".
If you want to export the results in csv format, click on "Export".
The sql queries entered in the editor are saved so that you will find them during your next visits.
Warning, this is a local backup in your browser, it can be deleted at any time.
You can share SQL snippet. Click on "Share snippet" to share your SQL code.
Your database will not be backed up, this only saves the editor code! This is useful for sharing SQL code.
It is not yet currently.
If you are interested in this feature, feel free to add a comment (this lets me know if there is a demand for this feature)
This small tool allows you to execute queries with a syntax specific to Microsoft SQL Server Express.
MS SQL Server is a relational database management system developed by Microsoft. MS SQL Server Express is a version of SQL Server database that is free to download, distribute and use! The history of Microsoft SQL Server begins with SQL Server 1.0 in 1989!
/!\ Your requests pass through the network, avoid playing with production data.
Comments