 |
User-defined data types are handy ways to create shortcuts to commonly used data type conventions. You could, for example, create the user-defined data type "Emails" to use as the data type for any column that stores email addresses
|
|
 |
Keyboard Shortcut for SQL Server Management Studio: CTRL+SHIFT+U converts text to uppercase
|
|
 |
Performance Tip: The more hard drives you spread your database across the better performance you will experience. RAID 10 offers the ultimate in performance but, for small databases, is likely to be too costly. RAID 5 for your smaller database's data files and RAID 1 for their log files will help maximize your SQL Server's performance
|
|