 |
Keyboard Shortcut for Query Analyzer: CTRL+N opens a new query window
|
|
 |
Performance Tip: Know your hot set. The "hot set" is the amount of data that your users are currently working with in the database. You want to ensure that you have enough memory in the system to cover (a) the OS requirements, (b) the SQL Server process requirements, (c) the hot set, and (d) a little extra in the event that you need it.
|
|
 |
Keyboard Shortcut for SQL Server Management Studio: CTRL+SHIFT+L converts text to lowercase
|
|