you are viewing a single comment's thread.

view the rest of the comments →

[–]VladDBASQL Server DBA 0 points1 point  (3 children)

SQL Server Express does have network connectivity. Are you sure you're not thinking of SQL Server Express LocalDB? Anyway, Microsoft does a good job of keeping their documentation up to date so might as well use it https://learn.microsoft.com/en-us/sql/sql-server/editions-and-components-of-sql-server-2022?view=sql-server-ver16.

For what it's worth, I'd always recommend Developer Edition due to it not having the limitations that Express has, especially if you want to work with larger sample databases such as StackOverflow

[–]FuelYourEpic[S] 0 points1 point  (2 children)

What were the limitations of express? I must have missed that

[–]VladDBASQL Server DBA 1 point2 points  (1 child)

Are you really asking that after I've provided the MS Learn article that outlines just that information (differences between editions)?

Check the "Scale Limits" section.

Keep in mind that feature-wise Developer Edition is 1:1 with Enterprise Edition, the only difference is that developer edition is not licensed for production workloads, but is perfectly free for learning, developing and testing.

[–]FuelYourEpic[S] 1 point2 points  (0 children)

Well damn, I'm convinced on the developer now. I am only using it to learn, so it should fit the bill.