ReePrime China
How to Create Database in SQL Server

此内容来自第三方平台 (Dailymotion)。如果此视频侵犯了您的版权,请使用 立即删除 工具。

How to Create Database in SQL Server

7 次观看 03:10 Mahesh Gupta

描述

Creation of database in SQL Server is pretty, specially using SQL Server Management Studio. We create a database easily by performing following steps.

Open SQL Server Management Studio.
In Object Explorer, connect to an instance of the SQL Server Database Engine and then expand that instance.
Right-click Databases, and then click New Database.
In New Database, enter a database name.
To create the database by accepting all default values, click OK;