Create Relational Database
Create a new RDB from SQL Server, as follows.
-
Start the SQL Server Manager.
-
From the Start menu, run SQL Server Management Studio.
This application is used to manage the SQL Server database.
-
-
Select to add a new database.
-
Select Databases in the Object Explorer.
-
Right-click and select New Database.
The New Database dialog will be shown, to enable the definition of a new database.
-
-
Add new database.
-
Enter a database name of Erewhon.
-
Click OK.
-
The new database should be displayed in the Object Explorer under Databases. The database name must be the same as that specified in the Connection String of the "Define RPS Mapping" section. When adding this database, modify any details you require for your use or change its properties after the database is added.