Create project database structure
Do the following:
-
In the SQL Server project management dialog, select the Databases tab.
-
Click New. The New Database dialog opens.
-
Enter the desired description for the database.
-
For Server, enter the server and instance name (in this example, UHURA\SQLEXPRESS).
-
Click Test. If the server connects, the Testing database connection dialog opens and asks about updating/creating database tables.
-
Click Yes. The Update / create database tables dialog opens.
-
On the Create column, select the table.
-
Click Update / create database tables. The program informs you of a successful creation.
-
Click OK.
-
Click Close.
-
Close the New Database dialog by clicking OK. The project database is now ready to be used.
Next, create the shared database structure.