Tuesday, 7 August 2018 By Fred Mintah
Creating a new or attaching a database
Once you have established connection to your LocalDB server, you may want to attached an existing database files or create new ones.(If you don't know how to connect to the LocalDB, please follow this link Connecting to Microsoft SQL Server LocalDB )
To do this, you have a number of options.
- Create a new database
- Attached existing database files (graphical and scripting)
- Restore a backup file
Creating a new database
Right-Click on the Databases tree in Management Studio and select New Database