|
|
|
|
| SQL Server 2008 : Failover clustering - Clustering overview |
| As a cluster-aware application, a SQL Server instance can be installed into an existing Windows cluster, creating what's referred to as a failover clustering instance. Once installed, the instance is accessed using a network name without needing to know which of the underlying physical cluster servers the instance is currently running on. |
|
|
|
| Exploiting SQL Injection : Escalating Privileges |
| All modern DBMSs provide their administrators with very granular control over the actions that users can perform. You can carefully manage and control access to the stored information by giving each user very specific rights, such as the ability to access only specific databases and perform only specific actions on it. |
|
|
|
|
|
| Exploiting SQL Injection : Enumerating the Database Schema (part 1) - SQL Server |
| To mount a successful attack, and to properly assess the risk that is posed by an SQL injection vulnerability, performing a fingerprint and squeezing a few bits of information is not enough: You must show that a skilled and resourceful attacker is able to enumerate the tables that are present in the database and quickly extract the ones that he is interested in.
|
|
|
|
|
|
| SQL Server 2008 R2 : Creating and Managing Indexes - Types of Indexes |
| SQL Server has two main types of indexes: clustered and nonclustered. They both help the query engine get at data faster, but they have different effects on the storage of the underlying data. The following sections describe these two main types of indexes and provide some insight into when to use each type. |
|
|
|
|
|
|
|
|
|
|
|
| SQL Server 2005 : Basic OLAP - OLAP 101 |
| SQL Server first brought OLAP functionality to us in version 7 with OLAP Services, a product that was essentially separate from, though bundled with, SQL Server proper. SQL Server 2000 Analysis Services included better OLAP functionality and new data mining capabilities but offered only slightly better integration with the SQL Server relational database. |
|
| SQL Server 2005 : Report Server Architecture |
| Reporting Services combines a mix of Microsoft technologies to create a scalable server-based reporting architecture. You can view this as a middle-tier server in your enterprise planning scenarios. It is one part Web server and one part database server, with a dash of .NET managed code to bring all the pieces together. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| Transact-SQL in SQL Server 2008 : Change Data Capture (part 1) |
| In SQL Server 2008, Microsoft introduced a new feature called Change Data Capture (CDC), which is designed to make it much easier and less resource intensive to identify and retrieve changed data from tables in an online transaction processing (OLTP) database. |
|
|
|
|
|
|
|
| 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. |
|
|
|
|
|
|
|
|
|
|
|
|
|