A
A
AndNovak2015-10-20 10:10:07
SQL
AndNovak, 2015-10-20 10:10:07

Does Visual studio contain Microsoft SQL server or does it need to be installed separately?

I decided to learn how to design and develop a database. For this I decided to use a bunch of c# and sql. The environment used to develop VS 2013 ultimate. The question actually is this. The visual studio program has a built-in SQL server, can it be used during development, or does it need to be installed separately Microsoft SQL server with management studio and other tools. The base will be used locally.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Artur Polozov, 2015-10-20
@AndNovak

it is necessary to separate the flies from the cutlets.
Install Microsoft SQL server with management studio separately, if you play around - you can take free SQL Express
www.microsoft.com/ru-ru/download/details.aspx?id=43351
take immediately SQLEXPRADV_x64 there are reports, etc.
for VS and SQL development, you need to install SSDT (SQL Server Data Tools):
https://msdn.microsoft.com/ru-ru/data/tools.aspx
By the way, there is even a guide for beginners on the link.

D
Dmitry Kovalsky, 2015-10-20
@dmitryKovalskiy

There is no built-in SQL Server in the studio. Along with it, you can put Express, but still it is additional software and not part of the studio. There are tools for connecting, generating and executing requests. What needs to be put and where did Arthur Polozov answer you from .

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question