INF: How to Install SQL Server on Computers Using a HyphenID: Q158450
|
The Microsoft SQL Server 6.5 Administrator's Companion documentation has not been updated, and continues to show the SQL Server 6.0 server naming restrictions (page 36). Due to these naming restrictions, replication and multi-server operations are not possible with SQL Server 6.0 on computers that have a hyphen character as part of the computer name. However, it is possible to register a SQL Server 6.0 for SQL Enterprise Manager operation by running the sp_addserver stored procedure, as discussed in the MORE INFORMATION section of this article. The limitation described above for invalid SQL Server names has been removed under SQL Server 6.5, to allow replication, multi-server, and SQL Enterprise Manager operations.
When you attempt the installation of either SQL Server 6.0 or SQL Server 6.5 and there is a hyphen character in the computer name, you will receive the following message:
After you have finished the installation, you will be able to work with SQL Server without any problems, except for the multi-server, Replication, and SQL Enterprise Manager operations. These operations mandate the use of valid SQL identifiers, as discussed on page 36 of the SQL Server 6.5 Administrator's Companion.Warning: Invalid Machine Name The Server name is not a valid SQL Server name and can cause problems in multi-server, replication and SQL Enterprise Manager operations.
Press Resume to continue the installation. Use sp_addserver to correct the problem after setup is completed.
Press Exit to Cancel installation.
sp_addserver valid_sql_server_name, LOCAL
sp_setnetname @server [ = 'server'], @netname [ = 'netname']
Additional query words: ent man entman sem dash
Keywords : kbsetup kbusage SSrvEntMan SSrvInst SSrvRep SSrvStProc
Version : winnt:6.0,6.5
Platform : winnt
Issue type : kbinfo
Last Reviewed: August 12, 1999