Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I create SQL Server database from Visual Studio?

This question can be a stupid one, but I cannot find any option to create DB right in visual studio. I don't have any SQL client installed currently and I don't want to install any just in sake of create DB option.

like image 581
AndrewG Avatar asked Apr 16 '26 08:04

AndrewG


1 Answers

Make sure you can see the server explorer (View -> Server Explorer or Ctrl +W, L)
Right click data connections
click "Create new Sql Server database..."

like image 138
jwsample Avatar answered Apr 19 '26 04:04

jwsample