Using SSMS to Create a Database

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 23.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 23.2 Creating a database by using SSMS.

image

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 ...

Get Microsoft® SQL Server 2008 R2 Unleashed now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.