D
D
Dmitry Gavrilenko2015-02-17 14:03:46
.NET
Dmitry Gavrilenko, 2015-02-17 14:03:46

How to set up SQL Server?

When trying to create a new database, Sql Server gives the error "Could not open connection to SQL Server".
I read and found out that this is due to the fact that I did not install SQL Server Browser. It seems to me that it is part of Management Studio. But I have no way to install Management Studio.
In general, I'm learning C# .NET from Troelsen's book. Reached the head of ADO.NET. The author asked to install SQL Server.
What do i do? Is there any other way to learn ADO.NET normally without SQL Server? Maybe you can somehow solve the problem with SQL Server Browser? Maybe it can be installed without Management Studio?

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
AxisPod, 2015-02-17
@Maddox

You can use MSSQL Compact, a kind of sqlite analogue, native MSSQL syntax. And, in principle, it is not necessary to install SQL Server Browser. You can work with the database using Visual Studio, take the 2013 Community.
Poke around erikej.blogspot.ru/2009/04/sql-compact-3rd-party-t ... there are links to third-party products.

D
Dmitry Gavrilenko, 2015-03-14
@Maddox

During installation, you need to allow downloading and installing updates, then everything will work.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question