- Log into SQL Server Management Studio (SSMS) with a SysAdmin (SA) or equivalent account.
- From the “Object Explorer” on the top-left, expand the Server name, then expand Databases.
- Right-click on the Track-It! Database and select "New Query".
- Type the query in the blank window in the middle of the screen with the blinking cursor, or paste the query contents in here after copying it from like a .sql or .txt file.
- Press F5 on your keyboard to Execute the query or select "Query" from the Menu bar in SSMS and use the "Execute" option.
|