Question

I'm planing on learning web programming. Wanted to start from databases and servers. And was wondering when do i need to install sql server 20xx or others? As i understand in windows 7 there is already somekind sql server? What kind of server would you advice to install if needed? More advance explanations are welcome, also tips on from were to start. Thank you in advance.

Was it helpful?

Solution

As i understand in windows 7 there is already some kind sql server?

No. Visual Studio 2012 does, but not Windows 7.

when do i need to install sql server 20xx or others?

You'll probably want some edition of SQL server as soon as you want to persist data.

What kind of server would you advice to install if needed?

Since you mentioned SQL Server (assuming MS SQL Server), see here for the differences between different editions of Microsoft SQL Server. SQL Express is a good starting spot to develop locally, but you'll want a full-featured edition (Web at the minimum) when you actually publish the site.

Note that many hosts include some SQL capabilities in their pricing.

Of course, there are other options as well if you're not settled on MS.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top