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

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