3.4 Installing Microsoft SQL Server

The directory context for Microsoft SQL Server scripts is install-dir\DirXMLUtilities\jdbc\sql\mssql\install.

  1. Start a client such as Query Analyzer (7, 2000) or Microsoft SQL Server Management Studio (2005).

  2. Log in to your database server as the sa user.

    By default, the sa user has no password.

  3. Execute the installation script.

    For version 7, execute 1_install_7.sql.

    For version 2000 (8), execute 1_install_2k.sql.

    For version 2005 (9), execute 1_install_2005.sql.

    NOTE:The execute hotkey in Query Analyzer is F5.