Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

SQL Server Developer/Standard/Enterprise for local development?

Tags:

sql-server

DO these versions mean anything to me as a developer? I understand they have limitations on connections/processors/etc but none of that matters to me for a local development instance. All of the ISOs on MSDN are the same size, does it make a difference which of these I choose to download?

like image 565
Jim Mitchener Avatar asked Dec 03 '09 22:12

Jim Mitchener


People also ask

Is SQL Server Developer Edition the same as Enterprise?

What is the difference between the SQL Server Express Edition and the Developer Edition? Both editions are free editions, but the Express edition has limited functionality whereas the Developer Edition does not have any limitations compared with an enterprise.

What is the difference between SQL Server Standard and Enterprise?

While the Enterprise edition of SQL Server 2016 does support a wide array of data warehouse features, the Standard edition only supports standard algorithms and data mining tools (Wizards, Editors, Query Builders).

Do I need SQL Server Enterprise or Standard?

SQL Server Reporting Services is available in both editions, however if you want to use Data-Driven subscriptions or a scale-out deployment, you'll need Enterprise Edition. Standard Edition simply doesn't have those capabilities.

What is included in SQL Server Developer Edition?

SQL Server Developer edition lets developers build any kind of application on top of SQL Server. It includes all the functionality of Enterprise edition, but is licensed for use as a development and test system, not as a production server.


1 Answers

The Developer edition is identical to the Enterprise edition, so you get all the feature you'll probably ever need. It's just not licensed for production use.

Standard edition (and Web edition) are somewhat limited in their functionality.

Developer Edition for 2014 and 2016 is available at no cost, so I'd definitely pick that one, if you need a dev platform!

like image 82
marc_s Avatar answered Sep 30 '22 08:09

marc_s