How to Create MS SQL Server Database Using Microsoft SQL Server Management Studio and T-SQL?
This article explains How to create a database in Microsoft SQL Server using the MS SQL SERVER Management Studio and T-SQL. This article explains the step by step method to create the database using the Management Studio, beginners in MSSQL can easily create the database using this tutorial.
- Open Microsoft SQL Server Management Studio.
- Connect to the database engine using database administrator credentials.
- Expand the server node.
- Right click Databases and select New Database.
- Enter a database name
- Add / Change Data file path
- Add / Change Log file path
- Click OK to create the database.