SQL Server online

 


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).

How to test SQL Server queries online?

  • 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".

Code editor

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.

How to share SQL Server SQL snippet ?

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.

How to dump SQL Server database ?

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)


About SQL Server tester

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.


Export results to CSV

Separator
NULL string
Header
Save and Share SQL snippet
Save SQL code in order to share it.
Your database will not be backed up, this only saves the editor code!
Be careful, the data will be accessible to everyone, please do not save sensitive data.
Save SQL snippet
Your SQL snippet has been permanently saved and you (or anybody) can access with this link:
Password
Choice a password to modify/delete this SQL snippet later Enter password to modify this SQL snippet. Enter password to delete this SQL snippet. Enter the new password for the fork.
You can report a bug or give feedback by adding a comment (below) or by clicking "Contact me" link (at the top right hand corner of the page).

Comments