• subscribe


Shaunt Khaldtiance

Shaunt Khaldtiance is the senior DBA at CityIndex in London. He has over 10 years' SQL Server experience, has a Master's degree in computer distributed processing, and is an MCDBA, MCITP, and OCP 10g.

Email: Shaunt.Khaldtiance@cityindex.com

My Latest Content
My Latest Comments



Author Articles

Filtering DML Statements

By Shaunt Khaldtiance, 12/14/2009

Stored Procedure Retrieves Information About Partitioned Tables

By Shaunt Khaldtiance, 09/03/2009

SQL Server Management Studio (SSMS) doesn't have a GUI that lets you easily obtain information about partitioned tables. Here's a stored procedure that helps fill this gap.

Easily Import and Export SSIS Packages

By Shaunt Khaldtiance, 05/12/2009

Storing SQL Server Integration Services (SSIS) packages under a well-defined folder structure in msdb is advantageous, but getting them there can be a hassle. Here's a solution ...

Need to Find an Object But You Don't Know Its Exact Name? Try this Search Engine

By Shaunt Khaldtiance, 04/09/2009

Looking for an object in a SQL Server instance without knowing the object's exact name and the database in which it resides can be time-consuming. Here's a T-SQL stored procedure ...

Track Database Disk-Space Usage on a Granular Level

By Shaunt Khaldtiance, 10/30/2008

The SpaceUsedAnalyzer stored procedure provides detailed information on how much space is being used by tables and their indexes so that you can manage disk space more efficiently.

Evaluate Index Usage in Databases

By Shaunt Khaldtiance, 09/29/2008

Here's a T-SQL stored procedure that you can use to identify tables without indexes, indexes that aren't being used, and indexes that aren't being used efficiently.