tsql - find enabled protocols -


Is there a magic TSQL command that can enable or disable SQL Server protocols showing me? I thought it is a * selection from sys.endpoints, but also indicates "start" for the state_desk field protocol (which I know from "configuration manager") which is disabled. any comments? Version: 2005

Hmmm I have done a quick search and can find the closest I found to you With the documentation you can create endpoint from T-SQL, but you can do a registry setting with the Configuration Manager to enable the protocol. Which begin to understand from security footage.


Comments

Popular posts from this blog

email - PHP mail error ... failed to open stream : permission denied -

sql server - SQL Query - Delete duplicates if more than 3 dups? -

c - Different access levels with PAM -