How To Create, Rename And Delete (Drop) A Database In MS Sql (Part 1/3)
We can create dadatabse using Management Studio and through code.
First we discuss about Creating database using Management Studio.
First of all Right Click on the Database Icon As shown above.
Now select New Database. This will open a new window.

Give a new Name for the Database as shown above.
If you click the OK Button, it will Create a New Database with the specified name.
New Database can be seen by expanding the Database Icon on the Left Side Panel.
By this way we can Create a database using SQL Management Studio.