Select from following answers:- Query execution time
- Page reads
- Query cost
- All of the above

- All Above
we can analyze the performance of a query by evaluating Query execution time, Page reads( Physical as well as logical reads), and Query Cost...
In SQL Server Management Studio we can enable Execution plan by using Ctrl+M shortcut.. There we can able to see the above details regarding a query
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator