You may be required to create a new Microsoft SQL database. This article explains how to create a new database on the following versions of Microsoft SQL Server:
- Microsoft SQL Server 2000
- Microsoft SQL Server 2005
- Microsoft SQL Server 2008
Microsoft SQL Server 2000
- Open Microsoft SQL Management Studio
- Expand the Microsoft SQL Server node where you want to create the database
- Right click the Databases node and then click New Database
4. Type the database name in the dialog box, for example, Visualstudioexpert_demo , and then click OK
Microsoft SQL Server 2005
- 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
5. Enter a database name and click on OK to create the database
Microsoft SQL Server 2008
- 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
No comments:
Post a Comment