D
D
Drovosek012019-01-01 20:22:59
local server
Drovosek01, 2019-01-01 20:22:59

What is the difference between LocalDB and Express Core in MS SQL Server?

5c2ba0dc24666922883865.png
Hello.
I am a beginner in knowledge of MS SQL.
Help me figure out what is the difference between LocalDB and Express Core?
Naturally, I googled, but I just realized that LocalDB is an Express Core component and that's it. It turns out that Express Core is a "kernel with body kits", and LocalDB is a "pure core"?
Is it possible to install only LocalDB and then install SQL Management Studio (or dgForge SQL Studio) to normally engage in the initial study of MS SQL? (but the main question is the difference between the 2 components listed above)

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
d-stream, 2019-01-01
@Drovosek01

LocalDB - может использоваться только локально на компьютере, без возможности подключения извне. Но в принципе полноценный sql-сервер. Для одиночного разработчика на слабом компе с малым количеством памяти - оптимум, так как запускается и завершается вместе с отлаживаемым приложением. Express Core - в этом плане совсем полноценный сервер для небольших объемов (искусственное ограничение размера базы в 2..10 гигов в зависимости от версии).
То есть до тех пор, пока разработка и база живут на одном компьютере - LocalDB предостаточно. Если несколько разработчиков и есть отдельный сервер - Express или что-нибудь из промышленных линеек.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question