Difference between SQL Server Standard and Enterprise Edition 2012 - sql-server

We are working on a project migration from SQL Server 2008 R2 to SQL Server 2012. When we contacted the customer they have asked us to list us the advanced features in SQL Server 2012. The customer system is in Enterprise Edition. But the development environment is in Standard Edition.
When we were trying to apply many new features like Columnstore Index, it says this can be applied only on Enterprise Edition. Can you please help me to list out such features in SQL Server 2012?
Thank you very much in advance.

This page is a really good breakdown of the key differences between Standard and Enterprise editions. Also, rather than using Standard Edition, use the Developer Edition to develop in - it's free to use, and contains the same features as Enterprise Edition.

Related

SQL Server Express Edition feature and upgrade questions

I want to install and learn T-SQL with SQL Server. The lightest edition that I can find is the 2017 Express edition.
Will the Express edition support procedures, triggers, dynamic SQL, PIVOT, sequences, dynamic management views and functions?
Will it be upgradable to adding ssis, ssrs and ssas in future (I read documentation on Microsoft community blogs, but couldn't find an answer specific to this edition), maybe I will need them in future.

SQL Server 2016 upgrade from standard to developer edition

my DBA college have wrongly installed SQL Server 2016 Standard instead of SQL Server 2016 Developer edition. I took some time to google this situation and haven't found real-life experiences with the edition upgrade.
I know that Edition upgrade can be performed but I am wondering about the impact made on this instance. Any tips will be appreciated.

Visual Studio 2015 and SQL Server

I have Visual Studio 2015 Professional Edition installed on my computer and I would like to start developing applications with SQL instead of MS Access.
What exactly do I need to install in order to achieve that? Do I need a full version of SQL Server and SQL Server Management Studio?
Should I just install MySQL instead? I'm a bit lost... Thank you for your time and help.
SQL Server Express Edition (with tools) is free, and perfect for development purposes. If you need more advanced features then you can use SQL Server Developer Edition which is very cheap and has all features included in the advanced versions of SQL Server. The licence does not permit you to run it in a live environment though.

Recommended SQL Version for Mid-Level Web Application

Hi Guys,
I am going to start one new project as a freelancer. I want help to decide which version of SQL Server should I use. Either Sql Server 2012 Express Edition or Sql Server 2014 Developer Edition.
I can purchase Developer Edition as it is not costly.
The problem is Express edition don't have SQL Job Agent and on Microsoft Website it is said that Developer Edition cannot be used on production.
Please help me deciding what should I prefer.
Developer Edition can't be used in production, so that's a non-starter. That leaves you with a) Express, or b) springing for a better licence and buying Web edition. It really depends on what you want to use the agent for, if its just backups there are other tools available, but you will more than likely want to perform other maintenance tasks (history cleanup, reorganizing indexes etc)
Have you considered Windows Azure? You could set up a SQL Azure Database instance, which you could combine with Azure Automation to perform your jobs?

SQL Server Upgrade from one Edition to another

How can one upgrade from Developer edition to Standard edition without uninstalling/re-installing the entire software (currently have SQL Server 2012 SP1 Developer Edition installed) or is it not possible to do?
Thank you
Update: I am aware of Edition Upgrade but does it work with going from DE to SE?

Resources