I have one query. Few days back I had a change scheduled for online index rebuild on SQL 2005. Unfortunately
I forgot to check SQL server edition beforehand and change went unsuccessful it turned out to be standard edition.
Is there any way to check if any particular feature is available in SQL server edition which is running
so that this type of mistakes can be avoided ? Like in this scenario, suppose I do not know that online index rebuild is possible only in enterprise edition and I want to check whether SQL server version I am running, supports it or not, beforehand prior to
any failure due to unsupported feature.