To use the Query Designer in SQL Server:
- Open a new query by clicking New Query on the toolbar
- Open the Query Designer by selecting Query > Design Query in Editor... from the top menu
- Add the tables you want to run the query against
- Build the criteria for your query then click OK
The query will appear in the query window. To run the query, click ! Execute or press F5
Below are screenshots for the above steps.

