Unable to initialize the Shared Memory listener. Access is denied

SQL Server failed to start 

Run SQL Server from command line and shows this error: Unable to initialize the Shared Memory listener. Access is denied

Cause: When the SQL Server starts it tries to open listening named-pipes to accept client share memory or named-pipe connections. If the listening named-pipes are not closed properly during the last shutdown of SQL Server (maybe after a forced kill of the SQL Server process), there will be orphan named-pipe handles in the windows kernel file system.
To solve this issue, a quick solution will be to reboot the host machine.

Comments

Popular posts from this blog

Project Professional 2013 Error 12015

SP optimization with TVF, View

SSRS issue on SQL Server 2012 SP3 -The version of the report server database is either in a format that is not valid, or it cannot be read