Installing Adduser.sql

If you ran the BackOffice Resource Kit CD-ROM Setup, you can access Adduser.sql from the Bork\Sql\Examples directory on your computer. Otherwise, install it from the BackOffice Resource Kit CD-ROM.

To install Adduser.sql

Get the Adduser.sql example from the Sql\Examples directory on the BackOffice Resource Kit CD-ROM.

At the command prompt, use the isql utility to run the script. For example:

C:> ISQL /Usa /Ppassword /Sserver_name /ilocation\adduser.sql

where:

/Ppassword

Is the password for the SA login.

/Sserver_name

Is the name of the server on which SQL Server resides.

/ilocation

Is the full path to the Adduser.sql script.