December 2013
Intermediate to advanced
1872 pages
153h 31m
English
The Object Explorer in SSMS makes creating a database simple. You right-click the Databases node and select New Database. The New Database dialog appears, as shown in Figure 19.2. The General page is selected by default. It allows you to select the essential information needed to create a database, including the database name, database owner, and location of the database files.
FIGURE 19.2 Creating a database by using SSMS.
Some related information is populated when you enter the database name. For example, the logical name of the database files is populated using the database name. The data file (which is identified ...