How to create a SQL Server database from Visual Studio?

This question may be silly, but I cannot find any way to create a database directly in visual studio. I currently do not have an SQL client, and I do not want to install it just to create the DB option.

+3
source share
1 answer

Make sure that you see the server explorer (View → Server Explorer or Ctrl + W, L).
Connection with data, right-click,
click "Create a new Sql Server database ..."

+5
source

Source: https://habr.com/ru/post/1758518/


All Articles