Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
I need to set up a development server for my team including programmers and database administrators. I wonder which version of SQL Server 2014 I should install on the development server. I was told that developer version is enough and will be installed on each developer's machine. But don't we need to have a SQL Server (engine) set up so developers will connect to the server through the client (Management Studio)?
Thank you!
There are two parts to your question.
The features of SQL Server Developer Edition are identical to the features in Enterprise. The only difference is Developer edition is not license for production use. In addition, the SQL Server Developer software isn't technically licensed, each developer that uses the software must have a developer license.
See here for more info:
https://dba.stackexchange.com/questions/37149/when-is-it-appropriate-to-use-sql-server-developer-edition
Additionally, you talked about installing the software on every user's machine. While each user may not have the SQL Server Engine installed on their workstation, they will at least need SSMS (and SSDT if your shop will be using Integration Services).
So to recap, Developer is basically Enterprise, except you can't use it for production and you must have a license per developer that accesses the software. And, you should definitely be installing the SQL Server Engine on hardware close to what you'll have in production, but everyone will need SSMS and potentially SSDT on their desktops.
EDIT: And of course, the official word can be found on Microsoft's page.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
We don’t allow questions seeking recommendations for books, tools, software libraries, and more. You can edit the question so it can be answered with facts and citations.
Closed 7 years ago.
Improve this question
My intention is to become familiar with Toad for Oracle. For this, I would like to be able to connect to an Oracle database, preferably locally on my machine. Can someone please give me directions on what I need to download/minimum requirements for my machine, etc.?
For a Free version of Oracle, I suggest you choose Oracle Express from the following link
Oracle Database 11g Express Edition
Free to develop, deploy, and distribute
Oracle Database 11g Express Edition (Oracle Database XE) is an
entry-level, small-footprint database based on the Oracle Database 11g
Release 2 code base. It's free to develop, deploy, and distribute;
fast to download; and simple to administer.
Oracle Database XE is a great starter database for:
Developers working on Node.js, Python, PHP, Java, .NET, XML, and Open Source applications
DBAs who need a free, starter database for training and deployment
Independent Software Vendors (ISVs) and hardware vendors who want a starter database to distribute free of charge
Educational institutions and students who need a free database for their curriculum
About system requirements, you will find detail information at this Oracle's documentation
Hope this helps!
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 9 years ago.
Improve this question
I'm reading through the online documentation about Access 2013 (and I hate it even more than 2007 when they removed user level security). It keeps talking about how it uses SQL Server as the back end database. My experience with SQL Server is that the free version is not great and the paid version is extremely expensive.
If I want to use Access 2013 at home, and I want the proper SQL Server, so I have to buy it?
You can buy SQL Server Developer Edition for somewhere between $40 and $50. Shop around. Developer Edition has all the features of Enterprise Edition, but different licensing terms (e.g. you can't run it in production). Also Express is more than adequate for a lot of small-medium sized applications.
That said, I think you are misreading the documentation. It most certainly says that you CAN use SQL Server as a backend database. There are plenty of Access-based applications out there that don't.
MS Access 2013 has a new engine called ACE, instead of the Jet engine used in previous versions. There are better integrations as a front end with SQL Server. However, you don't need an actual instance of SQL Server to use it.
http://accessexperts.com/blog/2012/08/20/10-things-we-love-about-access-2013/
If you want to use it at home you can always buy the SQL Server 2012 Developer Edition which has the exact same functionallity as the full version.
The only limitation or difference from Enterprise to Developer is the
license. You cannot use Developer in an environment other than
development or you are violating your license agreement. Otherwise
this functions exactly as Enterprise Edition.
The Dev version can be purchased for under $50 and here is just one link
Closed. This question is off-topic. It is not currently accepting answers.
Want to improve this question? Update the question so it's on-topic for Stack Overflow.
Closed 10 years ago.
Improve this question
My new development pc is arriving tomorrow and I am assembling the software suite I will be installing on it.
Sadly SQL server is still a requirement, and I am installing the Sql 2012 Standard, as the Developer Version is a special version of the Sql Server Enterprise, which can be uncompatible in some cases.
So the question is:
How do I install SQL Server on a development pc in a whay that leaves minimal footprint on the computer, while still giving a fully usable environment for development?
The very minimum is to select Database Engine only during setup. If you use a the command line, select only SQLEngine feature. If you use the GUI setup, select only the Database Engine from the feature selection page. By installing Database Engine feature only you get the sqlservr.exe service,sqlcmd and bcp tools, network and service configuration applets... and not much else.
If you need other features, like SQL Server Management Studio, make sure you select those as well. Ditto for Replication, Fulltext, tools (eg. Profiler) etc etc.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
My company purchased Visual Studio Pro 2008 last year, which had a 'free' copy of SQL Server Developer, which I have been using for development.
We are wanting to upgrade the copy of developer edition to enterprise (As we now want to use the server as a production server), and have purchased the licenses for this.
Now... Morally we're in the clear... However does this comply with MS licensing T&C's?
We have Developer installed how we want it, and don't really want to uninstall SQL Server Dev just to install SQL Server Ent. Is there a way to transfer the license key to our Enterprise key without having to reinstall?
Thanks,
JD
Upgrade from Developer to Enterprise is a supported upgrade path, so you can simply install the new bits on top of the existing ones (provided your Developer is still at RTM and haven't patched any SP or CU on it).
Whether the license you purchased covers the use of the developer edition for business purposes, it is not explicitly called out in the Licensing document and I can't answer that part.
Here is an msdn article that should help
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question does not appear to be about programming within the scope defined in the help center.
Closed 7 years ago.
Improve this question
Since the business intelligence development studio only seems to come with SQL server discs and you have to install from those discs in order to see the projects inside Visual Studio, are there licensing constraints that I should be aware of? Like only one installation of the business intelligence studio per server?
Although I must preface my response with the worn expression "I'm no licensing expert", I will take a stab at this. I believe your BIDS installation limitations are imposed by SQL Server licensing. If your developer has a MSDN subscription (any team edition) then they are licensed to install BIDS on any number of desktops that they use. If you have a SQL Server license on a server, then you can install BIDS on the server that you are using for the SQL Server license. If you want a free copy of SSRS for development purposes and don't have a MSDN subscription, then you can install SQL Server Express with Advanced Services. If you have a production SQL Server license then you probably are licensed for some development SQL Servers. My guess is you may be able to do development work on one of these servers directly without a MSDN Subscription, but I don't really know for sure. Hope this helps in some way.