Export SqlServer network settings

Anja__ 26 Reputation points
2021-02-11T10:47:51.7+00:00

Hi,

the sqlserver configuration manager has no option to export its current settings (like e.g. the information shown in network protocoll tcp/ip tab).
Is there another way to read/export these settings (registry, wmi, powershell, ...)?

thank you
Anja

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
12,825 questions
{count} votes

Accepted answer
  1. Sean Gallardy - MSFT 1,886 Reputation points Microsoft Employee
    2021-02-11T18:35:19.033+00:00

    Is there another way to read/export these settings (registry, wmi, powershell, ...)?

    The easiest method would be to export the registry keys and values under the instance you're looking to help troubleshoot or investigate which would be under the MSSQLxxx subkeys in HKLM. It's pretty easy to manipulate exported registry data.

    1 person found this answer helpful.

1 additional answer

Sort by: Most helpful
  1. Tom Phillips 17,716 Reputation points
    2021-02-11T20:05:49.203+00:00

    Those settings are server specific. They are not really useful to import into another server. What exactly is your purpose in exporting the settings?