I have downloaded the SQL Server Management Studio (SSMS) 2016 to recover a huge .bak file which is an old backup of a database. But first of all I need to connect to a DB S
Open SSMS -> Connect, and for the server name type: (LocalDb)\MSSQLLocalDB, and choose Windows Authentication.
SSMS
Connect
(LocalDb)\MSSQLLocalDB
For a reference: