|
|
| Transact-SQL in SQL Server 2008 : Sparse Columns |
| SQL Server 2008 provides a new space-saving storage option referred to as sparse columns. Sparse columns can provide optimized and efficient storage for columns that contain predominately NULL values. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| SQL Server 2005 : Using Excel (part 1) - Working Within Excel |
| The techniques described in this section require that MSQuery, an Excel installation option, be installed on your PC. If it is not, Excel will ask you at a certain point if you want to install it. When asked, you should answer Yes and supply your Office installation media if prompted. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| MySQL Server Monitoring (part 2) - MySQL Administrator |
| The MySQL Administrator is a jack of all trades. It provides facilities for viewing and changing system variables, managing configuration files, examining the server logs, monitoring status variables, and even viewing graphical representations of performance for some of the more important features. |
|
|
|
|
|
| Using MySQL Enterprise (part 2) - Monitoring |
| If you create a reporting mechanism that monitors a custom application, you can create an advisor for it and add alerts to the Enterprise Dashboard. The specific details of how to add new advisors and alerts are covered in the MySQL Enterprise Monitor manual on the Enterprise subscription portal. |
|
|
|
|
|
| Transact-SQL in SQL Server 2008 : Table-Valued Parameters |
| In previous versions of SQL Server, it was not possible to share the contents of table variables between stored procedures. SQL Server 2008 changes that with the introduction of table-valued parameters, which allow you to pass table variables to stored procedures as input parameters. |
|
|
|
|
|