Lab 01 - Introduction to SQL Server Management Studio
| |
Causes SQL Server to display information about the amount of physical and logical IO activity generated by Transact-SQL statements. Physical IO is related to accessing data pages on disk and logical IO is related to accessing data pages in memory (data cache).
More info here
| |
Displays the number of milliseconds required to parse, compile, and execute each statement.
More info here
