Install DBMS Assignment

 

The SQL test web page is good for testing queries. However, since one database is shared by all, it is not such a good place for modifications. Therefore we will install a database and SQL client on each computer. In this way each student will be able to create tables, insert, delete and modify rows. In this case we will use Microsoft's SQL Server Express for the DBMS. A personal version can be downloaded from the Microsoft web site. We will also use the Squirrel SQL client, which is an open-source item that we will also download and install.

There are several steps that to be performed.

  • Install and configure SQL Server Express.
  • Since Vista is so fragile, it is time to do a Restart.
  • We will now create an ODBC connection to this database.
  • You should download the Squirrel SQL Client. This is an open-source package maintained at Source Forge. You should download the install jar files. You may put it anywhere.
  • Execute the downloaded file. When it asks for plugins, check Standard and Microsoft SQL Server
  • We will now try to configure Squirrel to communicate with SQL Server.
  • We should change the SQL Server Service start type to manual. If we do not SQL Server will always be running, consuming both memory and CPU.
  • You should now attempt to use Squirrel to create the tables and populate them.
  • Once your data is loaded, run some of your previous queries with Squirrel.
  • After everything works correctly you may delete the Squirrel downloaded jar file.
  • Return to the Database Class Home Page.