Perils of Adding fields to Database Tables

SQL, databases, sql server Comments Off

If you’re not careful, when you add a field to a database table, you may cause all sorts of problems. Today, database consultant Tim Chapman looks at two such scenarios, and how you can plan for their occurrence.


read more from this topic.....


Filtered Indexes in SQL Server 2008

SQL, databases, sql server Comments Off

Filtered indexes are a neat new feature in SQL Server 2008 that allows you to define indexes on subsets of data. In today’s article, database architect Tim Chapman shows how you can take advantage of this useful new feature.


read more from this topic.....


Using Hash Fields in SQL Server

SQL, databases, sql server Comments Off

From auditing data changes to capturing data for loading a data warehouse, hash fields have a ton of practical uses. In today’s article, database consultant Tim Chapman shows how you can use built-in SQL Server functions to create your own hash fields.

read more from this topic.....


Using Object Dependencies in SQL Server 2008

SQL, databases, sql server Comments Off

Previous versions of SQL Server were not that great at keeping track of object dependencies. SQL Server 2008 greatly expands on this capability by tracking objects by the name of the object, rather than relying upon the ID. Here’s how it works.

read more from this topic.....


How do I run code automatically when SQL Server starts?

SQL, databases, sql server Comments Off

The need to run a stored procedure or SQL Agent Job when SQL Server or SQL Agent starts is a common requirement in the world of SQL Server administration. Today, consultant Tim Chapman gives an overview of the ways to execute SQL stored procedures or SQL Agent jobs on startup.

read more from this topic.....


Reviewing SQL Server Permissions

SQL, databases, sql server Comments Off

SQL Server consultant Tim Chapman looks at the importance of database permissions and how you can use internal SQL Server system views to easily which users have access on your system.

read more from this topic.....


EMC AX4 - A failover update

data center, databases, storage, virtualization Comments Off

EMC’s AX4 failover features work as advertised, much to the delight of Scott Lowe. Sometimes, it’s nice to celebrate the small successes!

read more from this topic.....


Defining SQL Server 2008 Policies

SQL, databases, sql server Comments Off

You’ve already had a brief introduction to Policy Based Management, a new SQL Server 2008 feature that allows the Database Administrator the ability to define and enforce policies through the database engine.Tim Chapman now shows how you can use SQL Server Management Studio to define your own policies.

read more from this topic.....


Introduction to Policy-Based Management in SQL Server 2008

SQL, databases, sql server Comments Off

New to SQL Server 2008 is Policy-Based Management. This new technology allows for defining polices to ensure your database guidelines are met. In this article, SQL Server consultant Tim Chapman gives an overview of this new technology.

read more from this topic.....


Using Object Dependencies in SQL Server 2008

SQL, databases, sql server Comments Off

Tracking object dependencies has always been difficult with SQL Server. SQL Server 2008 makes it easier because it tracks dependencies by the object’s name rather than ID. Here’s how it works.

read more from this topic.....

« Previous Entries