Write the steps to create a database in sql server
Answers
Answered by
0
- Open Microsoft SQL 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 and click OK to create the database.
Similar questions