Determine SQL Server Network Protocol Information using T-SQL and DMVs

I have recently started as an author for MSSQLTips.com website, this is an excellent site where you can start writing if you don't want to maintain a blog, and you acquire a lot of visibility right away since they have a lot of traffic to their website.

On my first post with them, I explain how to Determine SQL Server Network Protocol Information using T-SQL and DMVs

You are able to read the instance configuration registry information from SQL Server itself using DMV  

sys.dm_server_registry

and I also share a few examples on how you can obtain network information easily.

Take a look on the full post and let me know what do you think:

https://www.mssqltips.com/sqlservertip/5626/determine-sql-server-network-protocol-information-using-tsql-and-dmvs/ 


From now I will mix my posts between this blog and as an author for that website, but i will share all posts there so you will keep track of everything!

Use the MSSQLTips.com label to check all the tips I have published.

Comments