Setup:
I have run into the following problem several times:
An NT Servr is named this-that. When I install SQL Server 6.5, it fusses about the server name and leaves the master..sysservers table empty.
This is due to SQL 6.5 not allowing dashes in SQL server names even though NT Server allows it. (I`ve always thought this was strange, but whatever.)
Question:
Will this continue to be true under SQL 7.0?

TIA