Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In some samples of the book, we use an SQL Server database. To install an SQL Server database, we can either attach the SQL Server MDF file to SQL Server or execute an SQL query file, which contains the commands to create the database, its tables, and columns.
The simplest way to install a database is attaching the database into the SQL Server instance. To do so, follow the next steps: