Running the Address Book SQL Script

After you set up the ODBC connection, you must use either the ISQL command-line utility or the SQL Server Enterprise Manager to run an SQL script that:

You must run the supplied SQL script file (Sampleemp.sql) to create and populate the Employee table. By default, the Employee table is created in a newly created database, AddrBookDB, on the local SQL server. If you want to create the table in another database, then you need to change the command line accordingly.

Use the SQL Server Enterprise Manager to run the Sampleemp.sql script. Follow the instructions in the SQL Server user documentation for using Enterprise Manager.


© 1997 Microsoft Corporation. All rights reserved. Terms of Use.