public function GetIndexesForTable($strTableName) {
            $objIndexArray = array();

            // Use sp_helpindex to pull the indexes
            $objResult = $this->Query(sprintf("EXEC sp_helpindex %s", $this->SqlVariable($strTableName)));