Shared Memory Properties

SQL Server Configuration Manager

Use the Protocol page on the Shared Memory Properties dialog box to enable or disable the shared memory protocol. Shared memory is the simplest protocol to use and has no configurable settings. Because clients using the shared memory protocol can only connect to a Microsoft SQL Server instance running on the same computer, it is not useful for most database activity. Use the shared memory protocol for troubleshooting when you suspect the other protocols are configured incorrectly.

SQL Server must be restarted to enable or disable the protocol.

Options

Enabled

Possible values are Yes and No. The shared memory protocol is enabled by default.

See Also