Check Named Pipes and TCP/IP on multiple servers

  • Hi,

    I have to check whether Named Pipes and TCP/IP is enabled or not on 89 SQL Servers ( all are 2005 ). I am planning to use sqlcmd. I know we can use sqlcmd to detect Database Engine connection using Named Pipes and TCP/IP. But I am stuck in using it to generate a report. Anybody has any idea how I can achieve that. ?

    Thanks in Advance,

    Amit.

  • Output the SQLCMD stuff to the same file, appending the data from each. Then you can dig in and build a report.

  • Thank You.

    Amit.

  • Amit Chaudhary (7/24/2008)


    Hi,

    I have to check whether Named Pipes and TCP/IP is enabled or not on 89 SQL Servers ( all are 2005 ). I am planning to use sqlcmd. I know we can use sqlcmd to detect Database Engine connection using Named Pipes and TCP/IP. But I am stuck in using it to generate a report. Anybody has any idea how I can achieve that. ?

    Thanks in Advance,

    Amit.

    Amit,

    Can you share your script?

    Thanks!

    __________________________________________________________________________________
    SQL Server 2016 Columnstore Index Enhancements - System Views for Disk-Based Tables[/url]
    Persisting SQL Server Index-Usage Statistics with MERGE[/url]
    Turbocharge Your Database Maintenance With Service Broker: Part 2[/url]

Viewing 4 posts - 1 through 3 (of 3 total)

You must be logged in to reply to this topic. Login to reply