开发者

SQL Server Service wont start up

开发者 https://www.devze.com 2023-01-26 09:45 出处:网络
I just rebooted my development server but when the server came back up, I can no longer connect to the DB.

I just rebooted my development server but when the server came back up, I can no longer connect to the DB.

I can't even connect from the Management Studio on the server.

So I check the services and the SQL Server (MSSQLSERVER) and SQL Server Agent (MSSQLSERVER) are not started. Starting them gives me an 开发者_开发百科error

Windows could not start the XXX service.

Any ideas?

EDIT: In addition, I ran the service from the command line and noticed this error:

2010-11-24 15:38:32.02 Server      Error: 26055, Severity: 16, State: 1.
2010-11-24 15:38:32.02 Server      The SQL Server failed to initialize VIA suppo
rt library [QLVipl.dll]. This normally indicates the VIA support library does no
t exist or is corrupted. Please repair or disable the VIA network protocol. Erro
r: 0x7e.

So I went into The Configuration Manager -> Network Configuration -> Protocols and disabed VIA. That allowed me to start it back up again... but I'm worried that is should be enabled...

-Evan


Check the event viewer and see if there's a reason logged for it not starting. I've seen something similar when the server runs out of available ram.

Since this is your dev server you probably don't need VIA service running, as long as SQL is started you should be ok.


Firstly check the event log
If these errors is shown

  • The SQL Server failed to initialize VIA support library [QLVipl.dll].
  • TDSSNIClient initialization failed with error 0x7e.

Then only disable your VIA protocol services from both.

  1. SQL Native Client
  2. SQL Server Network Configuration

After that restart you SQL browser service and SQL server agent service from SQL server configuration manager

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号