Visual Studio 2015 and SQL Server - 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.

Related

Visual Studio 2015 without SQL Server

I just installed VS 2015 Community edition and notice that SQL Server was installed with the Windows 8.1 app tools. I'm a JavaScript developer and new to Visual Studio. The fact is that I don't want any SQL Servers on my development environment because I prefer to install my databases and servers on dedicated virtual machines.
Question is: is it safe to uninstall SQL Server from my computer?
I also have a version of Windows Server 2012, so I wish to run a vm with Windows Server 2012 + SQL Server and then connect from my dev env if needed.
Do you think it's possible and even a good choice?
Removing it or leaving it on the system will make no difference. By the sounds of things it sounds like you should leave it though because you need managment studio, so I guess you could just stop the service..

SQL Server Data Tools 2012 Licensing

I have installed SQL Server Data Tools for 2012 to have BI template available for Visual Studio Express 2012.
It installed correctly and I can create project in VS 2012 Express.
I would like to know if there is some license required or it is free to use.
Please guide.
SQL Server Data Tools is free to use. However SQL Server is not free. Only SQL Server Express is free.
Here is a link, that explains the difference between all the versions of SQL Server. Here is another link that explains licensing with Visual Studio.

I cannot install SQL Server 2008 R2 express X64 management tools

I am trying to install the SQL Server 2008 R2 express X64 but it doesnot install the MANAGEMENT TOOLS because it finds the VS 2008 and it wants the SP1. I have not install any VS edition. How can I overcome this problem? I have windows 7 professional 64.
Thanks
Perhaps is it because Express comes in different editions. Not all them include the management tools.
Check the download page and choose the right version. The one you need is
SQL Server 2008 Express with Tools
If you are sure you have the right download, perhaps you have installed earlier management tools and sql server considers that a kind of light VS? If you go to your installed programmes, do you see there any kind of SQL Server management tools (earlier version?) or VS?

Installing and distributing SQL Server without Management Studio

Have developed a small Windows application using SQL Server as its database.
I need to give the installation pack to my customer, and include the required SQL Server 2005 Enterprise Edition.
How can I distribute my database without including Management Studio?
You client is going to have to pay a good amount of money to licence the Enterprise version.
You can either:
give them the SQL2005 Express (which you can redistribute)
get them to use Microsoft's Web Platform Installer
You could also use SQLExpress 2008, the client can download either the x86 or x64 editions via this page. You can't stop them from getting SQL Management Studio if they want to (it can be found here), although i'm unsure if the express version has the query analyzer.
Instead of SQL Server enterprise edition you can give Express edition. Express edition is free to re-distribute and use.
There are 3 installation files in SQL Server 2005 express.
1. Windows Installer
2. SQL Server 2005 express
3. Managment studio express
In your case you can install the first two. However SQL Server can be accessed by command prompt also.
SQL Server management studio is another application and does not come bundled with MS Sql server.
SQL pack should only contain SQL Server express edition and not enterprise edition as that is not free and your client will have to pay for it.

Install SQL Server 2005 Standard on a computer with SQL Express

Folks,
Visual Studio installed SQL Server Express on my computer, which to date has satisfied my needs. I now need to do remote database support so need the full version of management studio. I tried to install the standard version but it is blocked, apparently because Express has newer versions of the files. Can I do this? Will they play well together?
Thanks
Doug
You cannot run SQL Server 2005 Express on the same machine as SQL Server Management Studio 2005. However, you can run SQL Server 2008 Express.
I uninstalled 2005 and installed 2008 on my machine to work around that problem.
See this blog post for more info.
You could probably also set up a slipstream for 2k5 install with the latest service packs and install it that way.
Your solution is pretty simple. Uninstall Express & install SQL Server 2005. Why would you need both running side by side when you have the full version besides there's less headache when you have only one instance of it.

Resources