I\'m trying to determine the relative performance of two different queries and have two ways of measuring this available to me: 1. Run both and time each query 2. Ru
Use SET STATISTICS TIME ON
SET STATISTICS TIME ON
above your query.
Below near result tab you can see a message tab. There you can see the time.