Questa mattina stavo installando SQL Server 2005 Express Edition SP2 su un sistema operativo Windows Server 2003 SP2 English e durante il setup mi compare questo simpatico messaggio:
Nel file di log dell'installazione e nell'event viewer ho trovato questo:
Product: Microsoft SQL Server 2005 -- Error 29515.
SQL Server Setup could not connect to the database service for server configuration.
The error was: [Microsoft][SQL Native Client][SQL Server]Login failed for user 'sa'. Refer to server error logs and setup logs for more information.
For details on how to view setup logs, see "How to View Setup Log Files" in SQL Server Books Online.
Per risolvere il problema ho:
- rimosso dal pannello di controllo quello che aveva parzialmente installato riguardante SQL Server
- eliminato le seguenti chiavi di registry
HKLM\Software\Microsoft\Microsoft SQL Server
HKLM\SYSTEM\CurrentControlSet\services\MSSQLSERVER
HKLM\SYSTEM\CurrentControlSet\services\SQLSERVERAGENT
- riavviato il server
- rifatto l'installazione
HTH