The request failed or the service did not respond in a timely fashion?

前端 未结 15 2310
悲哀的现实
悲哀的现实 2020-12-08 04:20

I have the following error while I connect to SQL Server 2008 Management Studio with Windows authentication.

\"The request failed or the service did not resp         


        
相关标签:
15条回答
  • 2020-12-08 04:47

    After chasing this issue for some hours, we found an log in the SQL Server Agent logs stating the following:

    This installation of SQL Server Agent is disabled. The edition of SQL server that installed this service does not support SQL server agent.
    

    We were using SQL Server Express. After some Googling it appears SQL Server Express does not support SQL Server Agent.

    I didn't find a direct piece of Microsoft communications stating that SQL Express doesn't support SQL Server Agent, however this sentiment seems to be echoed across many forums.

    0 讨论(0)
  • 2020-12-08 04:49

    Just disable the VIA protocol in sql server configuration manager

    0 讨论(0)
  • 2020-12-08 04:54

    https://social.technet.microsoft.com/wiki/contents/articles/52394.sql-server-troubleshooting-logon-failure-the-user-has-not-been-granted-the-requested-logon-type-at-this-computer.aspx

    event viewer shows Logon failure - the user has not been granted the requested logon type at this computer

    0 讨论(0)
提交回复
热议问题