• There's a feature matrix here, although you may have already seen it:

    http://msdn.microsoft.com/en-us/library/cc645993(v=sql.105).aspx

    Don't trust software resellers, I've bought from them more than once and had to spend literally hours arguing over licensing rules with them. It's in their interest to sell you the most expensive package.

    ---

    Note to developers:
    CAST(SUBSTRING(CAST(FLOOR(NULLIF(ISNULL(COALESCE(1,NULL),NULL),NULL)) AS CHAR(1)),1,1) AS INT) == 1
    So why complicate your code AND MAKE MY JOB HARDER??!:crazy:

    Want to get the best help? Click here https://www.sqlservercentral.com/articles/forum-etiquette-how-to-post-datacode-on-a-forum-to-get-the-best-help (Jeff Moden)
    My blog: http://uksqldba.blogspot.com
    Visit http://www.DerekColley.co.uk to find out more about me.