








Study with the several resources on Docsity
Earn points by helping other students or get them with a premium plan
Prepare for your exams
Study with the several resources on Docsity
Earn points to download
Earn points by helping other students or get them with a premium plan
Instructions on installing sql server 2000 and using query analyzer and enterprise manager for database management. It covers steps for installing the database server, creating and using databases with query analyzer, inserting comments in commands, and creating and modifying tables with enterprise manager.
Typology: Exercises
1 / 14
This page cannot be seen from the preview
Don't miss anything!









To create a database by using Query Analyzer ; write down the command in query
window and Press F5 or click Execute Query (F5 ) button on tool bar.
To use the particular database select that corresponding database from combo box
Inserting Comments To comment a command in Command widow, we use “ /*” in the beginning and “*/” in the end of the command. To comment the single line, we use “- - “
To see the table in the Enterprise Manager expand tree
Click on the tables than you will see tables in the right pane. There will be some tables which are system tables and some that you have made. You can differentiate between them by column Type. There will be two entries in this column: (1) user (2) system
You can also insert the data into the tables
To create a new table using enterprise Manager:
To “ create” a table using “Enterprise Manager”, Right Click on the tables and Select “ New table ”
Enter the details of the table
To set a “ default value” , select the column and set its default value in default values row.
To set a primary key, Right Click on the Column and Select “ Set primary Key ”
And save the table and write its name