Creating databases in SQL Server
In SQL server, creating a database is as simple as counting 1..2…3…
All you need to do is
- open SQL server management studio
- Expand your server node.
- Right click on databases and choose the option new databases.
- In general tab – Specify the name of the database and the path of data and log files
