SQL Server 2008 was installed, and it was found unable to get up. View System log is 7024 as follows:
[C-sharp]View Plaincopy
- Event Type: Error
- Event Source: Service Control Manager
- Event Type: None
- Event id:7024
- Date: 2009-3-26
- Event: 15:25:17
- User: N/A
- Computer: Zhou-hai-han
- Describe:
- The SQL Server (SQLZHH) service stopped because of a 126 (0x7E) serviceability error.
- For more information, see theHelp and Support Center at http://go.microsoft.com/fwlink/events.asp.
Then use SQL Server's own log file viewer to view the SQL Server logs with the following error message:
[C-sharp]View Plaincopy
- Date 2009-3-26 15:29:19
- Log loaded log file (D:/program files/microsoft SQL server/mssql10. Sqlzhh/mssql/log/errorlog)
- Source Server
- News
- The SQL Server failed to initialize VIA support library [QLVipl.dll]. This normally indicates the VIA support library does not exist or is corrupted. Please repair or disable the VIA network protocol. error:0x7e.
- Date 2009-3-26 15:43:12
- Log loaded log file (D:/program files/microsoft SQL server/mssql10. Sqlzhh/mssql/log/errorlog.1)
- Source Server
- News
- TDSSNIClient initialization failed with error 0x7e, status code 0x60. Reason: Could not initialize VIA listener. The specified module could not be found.
You can see that the VIA protocol for SQL Server is problematic.
Go to SQL Server Configure manager, click the SQL Server network configuration (non-SQL Native Client configuration), point to Sqlzhh (my SQL Server name) protocol, disable the VIA protocol.
Start the SQL Server service again, successfully.