Download
Microsoft SQL Server Management Studio (SSMS) for free on the Microsoft website.
For a list of Queries to test, visit our webpage Sample Queries.
Execute a Query in SQL Server Management Studio
- Open Microsoft SQL Server Management Studio.
- Select [New Query] from the toolbar.
Copy the 'Example Query' below, by clicking the [Copy Text] button.
SELECT * FROM Entity
- Select the database to run the query against, paste the 'Example Query' into the query window. Click the [Execute] button.